View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
corey corey is offline
external usenet poster
 
Posts: 11
Default Saving Workbook in a shared drive

Application.DefaultFilePath = ("\\Name of Your Server Drive\")
ChDir ("\\Name of Your Drive\")


"al_ba" <al_814 wrote in message
...
Hello,

I am looking for a code to save a workbook or worksheet into a shared
drive
or share point?

your help is much appreciated. Thanks in advance.