Preeti has attended:
Excel VBA Intro Intermediate course
Step Into Macro box is greyed out when I look at macro
I would like to step into a macro and run it step by step. When I go to:
Developer > Macro
and look at the macro options in the message box, only the RUN is available.
RE: Step Into Macro box is greyed out when I look at macro
Hi Preeti
It's hard to identify why the Step Into option is geyed out.
However you could try stepping through the macro in a different way.
Press Alt+F11 to enter the VBA Editor.
Navigate to the macro you want to step through. You may need to open the module where it is located.
Then click within the first line of the macro and press function key F8.
This steps through the macro line by line.
Hint: It helps to display the worksheet along side the VBA editor while stepping through. (Right click the Taskbar, Show Windows Side by Side)
When finished stepping through, press the blue Reset button.
Regards
Doug Dunn
Best STL