This
wiki is intended to serve as a reference site for sharing Visual Basic Macro
Code. You can browse through this site and get the macro code you want. If you
intend to share your macro code with others, you can do that too here. Just
sign in to Zoho and create a new page.
What is a Macro?
A macro is a saved sequence of actions that are stored for later use. Most
of the tasks in a spreadsheet may be performed repeatedly (for example, fetching
live stock data from an external website -> populate the data to a cell range
-> format the data in an aesthetic way -> and, repeat these tasks daily
in a scheduled manner). Macros helps in automating these kind of tasks and accomplishing
them in a single click.
VBA Programming:
Visual Basic for Applications (VBA) is the programming language used to write
macros. For more information on VBA Programming, refer the following external
links: