prabha_friend
Prabhakaran Karuppaih
- Local time
- Tomorrow, 03:19
- Joined
- Mar 22, 2009
- Messages
- 989
Like:
If Not Sheets(Temp(0).AbsolutePosition + 1) Then Sheets.Add After:=Sheets(Sheets.Count)
or
If Not Sheets("TestSheet") Then Sheets.Add After:=Sheets(Sheets.Count)
Any other way than for each sheet in activeworkbook.sheets?
Got a 'No' on the following link:
http://www.mrexcel.com/forum/excel-questions/800413-why-piece-code-returning-error.html
If Not Sheets(Temp(0).AbsolutePosition + 1) Then Sheets.Add After:=Sheets(Sheets.Count)
or
If Not Sheets("TestSheet") Then Sheets.Add After:=Sheets(Sheets.Count)
Any other way than for each sheet in activeworkbook.sheets?
Got a 'No' on the following link:
http://www.mrexcel.com/forum/excel-questions/800413-why-piece-code-returning-error.html
Last edited: