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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Upload Excel Workbook On SharePoint 1
Upload data on sharepoint automatically. 1
Excel 1
Filter Field selection. 1
Environ("USERNAME") 5
code is not working. 4
Working of formula in Macro. 1
Duplicate Entries 2

Top