How To Add A Form Control Button To Run Your VBA Code

How To Add A Form Control Button To Run Your VBA Code

If you have a workbook that uses some VBA code and you want an easy way for someone to run the code (i.e. without them having the Developer tab enabled) then a form control button is a good option. The good thing about form control buttons is they can be made very...
How To Create A Dynamic Worksheet Selection Popup Menu

How To Create A Dynamic Worksheet Selection Popup Menu

If you have a workbook with a lot of sheets, then navigating through them can be a pain. This tip is dead simple to implement and will allow the someone to easily navigate to a sheet by using a popup menu. All you need to do is add this small bit of VBA code to your...
How To Cut And Paste Transpose

How To Cut And Paste Transpose

Excel has some great features available in paste special, but where Excel is lacking is the ability to do any sort of cut and paste special. One feature I’ve wanted is the ability to cut and paste transpose this can be handy as using copy and paste transpose...
How To Undo Or Redo Multiple Actions

How To Undo Or Redo Multiple Actions

Most people know about Excel’s undo and redo feature by one of the following methods. The Ctrl + Z (for undo) and Ctrl + Y (for redo) keyboard shortcuts. The undo and redo buttons in the Quick Access Toolbar.     But did you know about Excel’s...