View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew[_15_] Andrew[_15_] is offline
external usenet poster
 
Posts: 1
Default Rename attachment

How do I rename multiple attachments when stripping
multiple attachments? I have the code to strip
attachments and it works fine.

My problem stems from file names that include
forward /'s. Example below:

/company/operations/filename

So actually, I need to keep filename, but remove preceding
information.

Thank you.