View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Chris
 
Posts: n/a
Default Macro to create "path" for save

Hi
I am using a template spreadsheet to do the payroll for various clients.
When it comes to saving it on out system I would like to save it
automatically in a specific folder for each client.
In the sheet I have 3 cells with the following info:
Company (A1)
Month (A2)
Year (A3)


I would like to create a macro to save the file under
\payroll\COMPANY\YEAR\MONTH\file.xls

Thanks