yinkajewole
Active Member
- Joined
- Nov 23, 2018
- Messages
- 281
I know how to loop using this code
What I am asking for is a macro that will call of a recording of actions and after pressing a particular key, it stops the recording and loop afterwards.
Code:
[COLOR=#000000][FONT=Consolas]Sub WorksheetLoop2()[/FONT][/COLOR]<code class="" style="box-sizing: inherit; font-family: Consolas, 'Courier New', Courier, monospace; font-size: 1em;"> Dim Cur As Worksheet
For Each Cur In Worksheets
'=====================
'This line calls for recording of the actions
'======================
Next
</code>[COLOR=#000000][FONT=Consolas] End Sub[/FONT][/COLOR]