ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Delete Row (https://www.excelbanter.com/excel-programming/433174-delete-row.html)

bijan

Delete Row
 
Hi
I need a code to delete rows 1 to 8 in non-active sheet("test") without
select rows.
Thanks in advance

Sam Wilson

Delete Row
 
sub DeleteRows()

worksheets("test").rows("1:8").delete

end sub

"bijan" wrote:

Hi
I need a code to delete rows 1 to 8 in non-active sheet("test") without
select rows.
Thanks in advance



All times are GMT +1. The time now is 01:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com