Thread
:
rows().select VBA question
View Single Post
#
1
Posted to microsoft.public.excel.misc
mohavv
external usenet poster
Posts: 68
rows().select VBA question
How can I make this work, keep getting errors.
Sub test2()
a = 327
b = 336
Rows(a:b).Select
End Sub
I just want to select/delete severals row at once at a variable spot.
Cheers,
Harold
Reply With Quote
mohavv
View Public Profile
Find all posts by mohavv