98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » excel 2003 training course - VBA
excel 2003 training course - VBA
Resolved · Low Priority · Version Standard
Ashpal has attended:
Excel Intermediate course
Excel Advanced course
VBA
Is it possible to manipulate macros recorded in Excel in VBA?
RE: VBA
Hi Ashpal,
Thankyou for your question.
It is indeed possible.
If you press ALT-F11 you will open the VBE, which is the environment in which you can write code
Your macro will be stored in a module, and once located you can then modify any aspect of it that you require.
Note however if you are going to make major changes then it is often better to write the thing from scratch than recording it.
Regards
Stephen
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Using basic functions without doing formulasWhen you highlight figures Autocalc tells you the total in the bottom right of the screen, but if you right click on the sum it will give you some basic functions. The functions are Min, Max, Average, Sum, Count, and Count Nums. |