Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to set the loop range to be equal to the value of two cells.
Example: For i = "Value of Cell A1" to "Value of Cell B1" Next i Thanks for your help, Scott |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For i = range("A1").value to Range("B1").value
wrote in message oups.com... I want to set the loop range to be equal to the value of two cells. Example: For i = "Value of Cell A1" to "Value of Cell B1" Next i Thanks for your help, Scott |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks.
PCLIVE (RemoveThis) wrote: For i = range("A1").value to Range("B1").value wrote in message oups.com... I want to set the loop range to be equal to the value of two cells. Example: For i = "Value of Cell A1" to "Value of Cell B1" Next i Thanks for your help, Scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Defining Ranges | Excel Worksheet Functions | |||
Re-defining Ranges in VBA | Excel Programming | |||
Problems Defining Object Variable in For Each Loop | Excel Programming | |||
Defining Range of For Each Loop for Cells and Worksheets | Excel Programming | |||
Defining Ranges | Excel Programming |