Shane has attended:
Excel Advanced course
Macros
if you have a macro already set-up but you are adding additional rows to the worksheet, how can you edit the macro so it reports on the Total for example?
RE: Macros
Hi Shane,
Thank you for your question and welcome to the forum.
The first thing you need to do is go into the VBA window by using ALT + F11. In the Project Explorer window on the left hand side find the module the code is attached to. Check the VBA Project for the current workbook name or the VBA Project for the Personal workbook. Once you expand the relevant folder, expand the modules folder and double click on each procedure until you find the desired code. The code would have to be directly edited in this window.
I hope this helps.
Regards
Simon