Thread
:
variables in row and cell functions
View Single Post
#
1
Posted to microsoft.public.excel.programming
Zeraia
external usenet poster
Posts: 2
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.
Reply With Quote
Zeraia
View Public Profile
Find all posts by Zeraia