Hi,
How could I retain the value of a variable that I used in a macro so that next time this macro is run, the value for this variable is still remembered? The case is, I need to record the line numbers that I have read from a text file in a macro. The next time I run the macro, I need to get the value and start from that line to the bottom of that file. E.g. This time the lines imported are 240, the next time I need to read the file from line 240 to the bottom (E.g. 300). Next time I need to read the file from line 300.....
Bookmarks