A
Andy CA5
Hi,
I have created a spreadsheet with various bits of vba code, and attached
each macro to a custom menu bar, but i have problem when i deploy it to the
network for my users.
on my machine it works fine, when its copied to the network, i get an error
when running the macros "A document with the same name ...... is already
open. you can not open two document .. etc"
the main question is what method should i use to deploy a simple
spreadsheet, for use with 30 employees, 1 person will be entering data, the
rest as read-only.
i don't want to put macro stuff in the personel.xls , and the spreadsheets
location will not be hard coded, as it may change.
i just want to include the code in the sheet, all self contained.
thanks
I have created a spreadsheet with various bits of vba code, and attached
each macro to a custom menu bar, but i have problem when i deploy it to the
network for my users.
on my machine it works fine, when its copied to the network, i get an error
when running the macros "A document with the same name ...... is already
open. you can not open two document .. etc"
the main question is what method should i use to deploy a simple
spreadsheet, for use with 30 employees, 1 person will be entering data, the
rest as read-only.
i don't want to put macro stuff in the personel.xls , and the spreadsheets
location will not be hard coded, as it may change.
i just want to include the code in the sheet, all self contained.
thanks