M
Marty
I have a maco that selects each line, checks its
properties, and performs a task. I would like the macro
to run until EOF. When I put:
Do While Not EOF(1)
I get a bad file name or number error. I used the file
name by setting the file name to a variable and I get a
type mismatch error. How can I get this loop to work?
TIA, Marty
properties, and performs a task. I would like the macro
to run until EOF. When I put:
Do While Not EOF(1)
I get a bad file name or number error. I used the file
name by setting the file name to a variable and I get a
type mismatch error. How can I get this loop to work?
TIA, Marty