still learning
Well-known Member
- Joined
- Jan 15, 2010
- Messages
- 821
- Office Version
- 365
- Platform
- Windows
Happy New Year
Could I have a macro that would temporarily stop a Private Sub Worksheet_Open macro? And then have it usable again before its saved and closed.
I have a few workbooks that have >>Open macros on the sheets that will freeze a title row and puts the cursor on the first blank cell in a column (usually A)
When I want to rework the sheet and have to go to other sheets in the workbook and then back to the first one, it would be nice to click on an icon on the ribbon to temporarily stop the >>Open macro and go back to where I was and not have to contend with moving the cursor where I need it. Then when I am done I can make the open macro usable again before I save and close the sheet . I can add it to the close and save macro that I use.
What I do now is open the VBA after I open the workbook and suspend the macro. Sometimes I forget to make it usable again after closing it
mike
Could I have a macro that would temporarily stop a Private Sub Worksheet_Open macro? And then have it usable again before its saved and closed.
I have a few workbooks that have >>Open macros on the sheets that will freeze a title row and puts the cursor on the first blank cell in a column (usually A)
When I want to rework the sheet and have to go to other sheets in the workbook and then back to the first one, it would be nice to click on an icon on the ribbon to temporarily stop the >>Open macro and go back to where I was and not have to contend with moving the cursor where I need it. Then when I am done I can make the open macro usable again before I save and close the sheet . I can add it to the close and save macro that I use.
What I do now is open the VBA after I open the workbook and suspend the macro. Sometimes I forget to make it usable again after closing it
mike