L
Ladislav Ligart
I know this has been discussed before but I didn't get a
sufficient/complete answer reading past posts.
I have a workbook containing macros I want the entire office to be
able to use. It needs to go on the lan in one place only--no
distributing to workstations.
If I put the workbook as an .xls file on the lan, and have the users
set their "alternate startup file location" to that path, the macros
are available, but the 1st user who opens Excel it gets it writable,
and the 2nd-on users get a "this workbook is in use by so-and-so, do
you want to open read-only / notify / cancel" message, which is
unacceptable.
So, I tried saving it as an .xla file in the same directory. Now,
users get the workbook loaded as an add-in (I can see it in the VBA
editor), but they can't see the macros from Alt-F8, meaning for all
intents and purposes they don't have access to them.
I've read about people using the XLStart directory, but that exists on
each workstation in the user's profile directory, which means
distributing my workbook, which I don't want to deal with.
Is there a way to do what I want? Best I can figure at present is that
I stick with the add-in solution, and include a new menu button w/ a
drop down list populated with the macros in my add-in workbook?
L.L.
sufficient/complete answer reading past posts.
I have a workbook containing macros I want the entire office to be
able to use. It needs to go on the lan in one place only--no
distributing to workstations.
If I put the workbook as an .xls file on the lan, and have the users
set their "alternate startup file location" to that path, the macros
are available, but the 1st user who opens Excel it gets it writable,
and the 2nd-on users get a "this workbook is in use by so-and-so, do
you want to open read-only / notify / cancel" message, which is
unacceptable.
So, I tried saving it as an .xla file in the same directory. Now,
users get the workbook loaded as an add-in (I can see it in the VBA
editor), but they can't see the macros from Alt-F8, meaning for all
intents and purposes they don't have access to them.
I've read about people using the XLStart directory, but that exists on
each workstation in the user's profile directory, which means
distributing my workbook, which I don't want to deal with.
Is there a way to do what I want? Best I can figure at present is that
I stick with the add-in solution, and include a new menu button w/ a
drop down list populated with the macros in my add-in workbook?
L.L.