Starkey
Board Regular
- Joined
- May 5, 2006
- Messages
- 187
Hey guys
I'm looking to build a workbook that'll be added to a shared network. I also plan to allow different users to access the workbook at the same time
The workbook will include VBA and in that a number of public variables. Am I right in thinking that each PC on the network would store their own set of values for the public variables and this won't be overwritten when the workbook is saved?
Eg when a user logs on there is a public variable that captures the ID of the users. This value will obviously be different for each user using the spreadsheet. Will a save of the workbook reset the value of the public variable to the same value for everyone logged on?
Hope that makes sense (bet it doesn't!)
Cheers
Starkey
I'm looking to build a workbook that'll be added to a shared network. I also plan to allow different users to access the workbook at the same time
The workbook will include VBA and in that a number of public variables. Am I right in thinking that each PC on the network would store their own set of values for the public variables and this won't be overwritten when the workbook is saved?
Eg when a user logs on there is a public variable that captures the ID of the users. This value will obviously be different for each user using the spreadsheet. Will a save of the workbook reset the value of the public variable to the same value for everyone logged on?
Hope that makes sense (bet it doesn't!)
Cheers
Starkey