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
|