In excel 2000, I try to delete a row in an unselected worksheet.
Actually, i use the following vb code:
Rows(1).Select
Selection.Delete Shift:=xlUp
This deletes the first row of the active worksheet.
How can I do to supress the row in an unactive worksheet ?
(If possible without activating it)
Thanks
Actually, i use the following vb code:
Rows(1).Select
Selection.Delete Shift:=xlUp
This deletes the first row of the active worksheet.
How can I do to supress the row in an unactive worksheet ?
(If possible without activating it)
Thanks