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