View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zeraia Zeraia is offline
external usenet poster
 
Posts: 2
Default variables in row and cell functions

Curious how you get them to recognize them.

Ex. code

n = 1

do until n 25
Rows("n:n").select
If "ect ect ect"
n = n + 1
loop


It always highlights the ("n:n")in yellow and wont work
properly.