Forum Discussion
Peter621
Sep 10, 2023Copper Contributor
Problems with Macro window popping up unexpectedly
I am running excel under office 365 with Windows 10 Enterprise I am trying to learn how to create a program that will run code automatically (without the use of a button) when a cell's value chan...
Patrick2788
Sep 10, 2023Silver Contributor
If you're running the code with the play button in the VB editor, you have to stay within the sub when pressing play.
The macro begins with:
sub MacroName()
and ends with:
End Sub