View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] halper@lgblp.com[_2_] is offline
external usenet poster
 
Posts: 9
Default Defining Loop Ranges

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