Excel VBA Code in Remote File

J

joseph micheli

I would like to set up VBA in Excel (including Access automation) in a
central location and have multiple user files run the code. Is this possible
and what would any limitations be?
 
R

RB Smissaert

multiple user files run the code

Did you mean: multiple users run the file?
That won't be a problem as long as the file doesn't have to be saved.

Or did you mean: multiple users running different files importing VBA code
from a central file (not necessarily a .xls or .xla file) and run that code?
That can be done as you can program to the VBE. If the users run a form
though it will need re-starting after the code import.

RBS
 
J

joseph micheli

It would be multiple users each calling the code from separate Excel files.
How would that specifcally be set up?
 
R

RB Smissaert

I think you have to explain more precisely what you mean with this:
calling the code

RBS
 

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