Excel Files with VBA Macros Stored on SharePoint

G

Guest

Hi All,

Does anyone know a good resource to tell me how to modify my VBA macros when
my Excel speadsheets are being stored on a SharePoint Site?

My macos execute fine when the Excel files are stored on a local drive or a
fileshare. But when the files are stored on a SharePoint site, the macros no
longer function correctly.

This is the code the Debugger flags as the problem:

Workbooks.Open SourcedatatableFull
Workbooks(Sourcedatatable).Activate
Set myObject = Workbooks(Sourcedatatable).Worksheets("Sheet1")
SourceTableOpen = True

Thanks!
 

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

Top