Thread
:
Selection of variable rows
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 244
Selection of variable rows
something like this do you?
Dim N As Long
N = 11
Rows("3:" & N).Select
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]