Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am confused about how to specify my range given the
following variables FirstWeek is an integer variable LastWeek is an integer variable myRow is an integer variable Blank1Range is a range I want to set Blank1Range to include cells from the column # from FirstWeek to column# from LastWeek, all on row # from myRow. I would know how to do this if I was able to determine the column letter of a given cell, but I don't know how to get this. Can anyone help me write the SET statement with this information? Set Blank1Range = Worksheets("Blank 1").Range("?" & myRow & ":?" & myRow & "") Thanks, Mike. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is SET Statement only for Range? | Excel Discussion (Misc queries) | |||
IF statement with range | Excel Worksheet Functions | |||
IF STATEMENT Range | Excel Discussion (Misc queries) | |||
range in an IF statement | Excel Worksheet Functions | |||
Use a range name in VB with IF Then Else statement | Excel Discussion (Misc queries) |