View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams[_2_] Tim Williams[_2_] is offline
external usenet poster
 
Posts: 298
Default Upload Excel Workbook On SharePoint

Have you tried something like:

ActiveWorkbook.SaveAs "\\yourspserver\somefolder\filename.xls" '?

Typically you can use this type of address with SharePoint, provided you
have the required access privs.

Tim

"Heera Chavan" wrote in message
...
Hi,

I want a VBA code which can upload a excel workbook on share point.


Please help


Regards
Heera Chavan