Thread: Moving a folder
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
asmenut asmenut is offline
external usenet poster
 
Posts: 59
Default Moving a folder

In my application that I am creating, I am using Excel VBA to create a folder
that carries the name of my spreadsheet (i.e. E28802A2).
We use this folder to add specific files (drawings, Reference files, etc)
required for the Engineering Order process.

During the Approval process, I need to have the folder relocated to a
Staging folder
(i.e. from \Pending EOs to \BackLog EOs). How can I do this? The Help file
is less than helpful other than to tell me that I need to create an Object.

Thanks in advance

John Petty