L
Laura G
how do you insert the filename without the extension into the header.
Laura said:how do you insert the filename without the extension into the header.
Karl E. Peterson said:What are you having trouble with -- stripping the extension off the
filename, or adding text to the header?
Laura said:Actually, I would like to use everything to the LEFT of a specific
word. Will not always be in same location though...
Laura said:stripping the extension
Jonathan said:Hi Karl,
To get the last occurrence (instead of the first) of SpecificWord,
you need to use InstrRev, not Instr...