awakening1
New Member
- Joined
- Apr 17, 2017
- Messages
- 16
Hi, I am using a macro to duplicate a macro but it seems to come up with an Run time 32089 error. This is the code I am using, can someone spot what may wrong:
Sub Newtab()
'Copies sheet and makes a new tab
'ActiveSheet.Copy Before:=Sheets("DO NOT DELETE")
ActiveSheet.Copy After:=ActiveSheet
'Names the new sheet
ActiveSheet.Name = InputBox("Name the worksheet!! Day #. Make sure that there is a space between the word (Day) and its number!!")