Categories
Training Video's

How to Automate Excel | Using Macros

In this video new exciting video we learn how to Automate excel using Macro focusing on the following aspects:

1) What is a Macro

2) Recording Macros

3) Editing Recorded Macros

4) Writing a macro from scratch Enjoy

Message box Code

sub Messagebox()

'this VBA code will display a message box with the name Clyve in it when its played.

msgbox "Clyve"

End sub

Categories
Training Video's

3 Ways to Automate Excel

In this new exciting video, we learn the methods that are available for you to automate excel to be more efficient with excel and avoid all the boring routine tasks. This will save time in environments where routine tasks are done daily, weekly or monthly and will ensure that reports are built, standardized, and deployed consistently throughout the organization period and period again.

In the same playlist, you will also learn more about these methods and be able to see how to use each of these automation methods.