View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Spreadsheet Solutions[_3_] Spreadsheet Solutions[_3_] is offline
external usenet poster
 
Posts: 31
Default Multiple users experience slowdown ??

Not that I know.
A workbook uses the memory from the PC of that user.
As long as the workbook doens't contain a macro which opens another
workbook, I can't find a reason why this might be a problem.


--
Regards ;
Mark Rosenkrantz
--
Spreadsheet Solutions
Uithoorn
Netherlands (Those who live some 18 feet below sea level)
--
E:
W:
www.spreadsheetsolutions.nl
--
"AP" wrote in message
...
I have a read-only workbook which could potentially be opened
simultaneously by many users.

Will the workbook and the macros in it slow down proportionately to the
number of users ? Will the macros "screw up" (I know this depends on what
the macros are doing but assuming they work fine for one or two users) ?

Thanks.