excel 2003 training course - vba

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » excel 2003 training course - VBA

excel 2003 training course - VBA

resolvedResolved · 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


 

Excel tip:

Using basic functions without doing formulas

When 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.

View all Excel hints and tips


Server loaded in 0.08 secs.