Upload Excel Workbook On SharePoint

H

Heera Chavan

Hi,

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


Please help


Regards
Heera Chavan
 
T

Tim Williams

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
 
Top