View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bonobo Bonobo is offline
external usenet poster
 
Posts: 17
Default range with variable row

I have a macro with a loop From r = 14 to lastrow
I need to define a Range with Row r and Columns "D" to "P"

What is the correct syntax to define the range with a variable row?