L
Larry R Harrison Jr
I have Excel XP. I am trying to modify the following statement:
Sheets("name").Select
with something like
Sheets(variable).Select
I do have a variable name with the filename in it; simply parcing out the
last 4 characters ".txt" would give this name. But that done, I can't seem
to get the right variable type, declarations etc to get this to function.
Tips?
LRH
Sheets("name").Select
with something like
Sheets(variable).Select
I do have a variable name with the filename in it; simply parcing out the
last 4 characters ".txt" would give this name. But that done, I can't seem
to get the right variable type, declarations etc to get this to function.
Tips?
LRH