Forum 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?
For upcoming training course dates see: Pricing & availability
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
|
|
