M
matt_st_onge
The following string...
Sheets("Group Lists").Select
Rows("10401:13000").Select
Selection.Delete Shift:=xlUp
Sheets("Index").Select
....is returning the following error message...
"Run-time error '1004':
Select method of Range class failed"
Is there a limit as to how many rows Excel will select? Reason I ask
is...I do this exact string on a blank sheet and it works fine.
Any help would be greatly appreciated.
Kind Regards,
Matt St.Onge
Drafting & Estimating Manager
Mankato Kasota Stone
www.mankatokasotastone.com
Sheets("Group Lists").Select
Rows("10401:13000").Select
Selection.Delete Shift:=xlUp
Sheets("Index").Select
....is returning the following error message...
"Run-time error '1004':
Select method of Range class failed"
Is there a limit as to how many rows Excel will select? Reason I ask
is...I do this exact string on a blank sheet and it works fine.
Any help would be greatly appreciated.
Kind Regards,
Matt St.Onge
Drafting & Estimating Manager
Mankato Kasota Stone
www.mankatokasotastone.com