VBA - Run Macros Remotely?

  • Thread starter Thread starter jordanctc
  • Start date Start date
J

jordanctc

I'm updating a macro for the umtenth time and I am running into
problem. Our company uses excel for inventory files - the macros wer
written for the monthly user. However, now there is a weekly user tha
keep her files on her PC and I'd like to link to a file with all th
macros (.bas?). This would centralize all macros so that I can kee
all spreadsheets running the latest version of the macros without goin
around everywhere each time I need/want to make a change.

Is there a way to call macros like this or a better way I might not b
thinking of??

Jorda
 
Hi Jordan,
I'm updating a macro for the umtenth time and I am running into a
problem. Our company uses excel for inventory files - the macros were
written for the monthly user. However, now there is a weekly user that
keep her files on her PC and I'd like to link to a file with all the
macros (.bas?). This would centralize all macros so that I can keep
all spreadsheets running the latest version of the macros without going
around everywhere each time I need/want to make a change.

Create an Add-In with your macros and store it on a central place
(server). All users should install the Add-in in their Excel or they
should copy it to their personal autostart folder (if there's no
server).

arno
 

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

Back
Top