Thread
:
Help: Visual Basic Syntax
View Single Post
#
1
Posted to microsoft.public.excel.programming
Al[_12_]
external usenet poster
Posts: 10
Help: Visual Basic Syntax
Dim MyRange As Range
Set MyRange = Worksheets("Sheet1").Range("A1:H1")
Question:
How can I increment MyRange so that when it's in a loop,
it becomes "A2:H2", then "A3:H3" the next time thru, etc,
etc?
Reply With Quote
Al[_12_]
View Public Profile
Find all posts by Al[_12_]