Excel VBA Project
Project detail
The VBA function becomes accessible after creating Macros for the source data. We have learned in the first few steps on how to create Macros.
We should always remember not to provide spaces in between the functions.
VBA function can directly be accessed by Alt+F11 instead of going through Developer mode.
Always remember when you are typing Activesheet function as you can see in Step 2 of Example 2, then make sure that your cursor (click) before executing the command is upon the same sheet whose Print you require.