Hi guys, I need to assign two actions to a one button.
1. action: Copy Column A, paste to Column C
2. Write time&date into G5
I am only capable of doing one button for each action using the macro recorder and simple code:
Could you please help me out?![]()
Sub SetDate() ActiveSheet.Range("G5").Value = Now End Sub
Thanks in advance.
Bookmarks