Excel VBA: Build SmartDel Excel Add-In
We have already written the macro SmartDel and assigned a keyboard shortcut <Alt>+<Del> to it. Now save the project as an Excel add-In to make it convenient to use the macro.
We have already written the macro SmartDel and assigned a keyboard shortcut <Alt>+<Del> to it. Now save the project as an Excel add-In to make it convenient to use the macro.
Easy way
But this method doesn’t allow set hotkey like <CTRL> + <Del> or <ALT> + <Del>.
Read more »
Sometimes working with Excel need to clear cells with numeric data only and leave cells with formulas and text. Today we’ll write macro SmartDel, which clear cells with numers in the selected range.
Read more »