I have a workbook that all of a sudden stopped letting me copy sheets. It allows it every once in a while, but then it also completely crashes too. I have no clue how or why this happened.
This is the code that started all of the problems...
Any ideas or suggestions?
Sheets(Array("LO", "YTD 2003"
).Select
Sheets("LO"
.Activate
Sheets(Array("LO", "YTD 2003"
).Copy Before:=Sheets(3)
Sheets("LO (2)"
.Select
SheetName = UCase(InputBox("Enter Name"
)
Sheets("LO (2)"
.name = SheetName & " CURRENT"
Sheets("YTD 2003 (2)"
.name = SheetName & " YTD"
This is the code that started all of the problems...
Any ideas or suggestions?
Sheets(Array("LO", "YTD 2003"
Sheets("LO"
Sheets(Array("LO", "YTD 2003"
Sheets("LO (2)"
SheetName = UCase(InputBox("Enter Name"
Sheets("LO (2)"
Sheets("YTD 2003 (2)"