B
beezak
I've strange problem with copy method in Excel 2003.
Sub Macro1()
Sheets("sht1").Select
Sheets("sht1").Copy After:=Sheets(3)
End Sub
When I run this code, it stop on copy method and unexpectedly break
application. Of course macro didn't duplicate "sht1".
Can anyone give me some help?
Sub Macro1()
Sheets("sht1").Select
Sheets("sht1").Copy After:=Sheets(3)
End Sub
When I run this code, it stop on copy method and unexpectedly break
application. Of course macro didn't duplicate "sht1".
Can anyone give me some help?