AncientTiger
Programmer
Forgive an old Lotus Script programmer, but I'm trying to figure out how to translate what I use in Lscript to VBA....
What I need to do is set up a script to move the cell pointer down incrementally and search cells for certain text. In lotus script it would work like this:
[a1].select
x = selection.contents
while x <>""
if x = whatever then do action
.movecellpointer $down,1
x = selection.contents
wend
but I have not idea how VBA moves the cell pointer....
Thanks
AT
What I need to do is set up a script to move the cell pointer down incrementally and search cells for certain text. In lotus script it would work like this:
[a1].select
x = selection.contents
while x <>""
if x = whatever then do action
.movecellpointer $down,1
x = selection.contents
wend
but I have not idea how VBA moves the cell pointer....
Thanks
AT