by John MacDougall | Dec 12, 2016 | Tips
Do you have a favourite? Maybe you want to be able to run it easily without going to the Developer tab > Macros button > select it from the Macros window and hitting the Run button? There is a quicker way (without assigning a keyboard shortcut), you can have it...
by John MacDougall | Dec 12, 2016 | VBA
Excel’s macro recording tool is a very powerful feature. It allows you to record the actions you perform in Excel and replay then as much as you like. It’s also a great way to learn how to code with VBA (visual basic for applications) as the macro recorder...