<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabla normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--> Hi.
I have a shared workbook that can be simultaneously acceded by multiple users.
There is a form where users can select what to print. Accordingly to the users’ option, some data from a “db” worksheet is copied to a “print” worksheet, and then the printer dialog is called.
My problem is that, when two or more users try to print, different data is copied to the “print” worksheet, and when users want to close and save the file a conflict is created (even though after printing all data in the “print” worksheet is deleted).
I may say that I need the “close and save” statement because users can also modify the data in the “db” worksheet (although there is no conflict here since different users can only modify a different subset of the data).
Any suggestions?
Thanks in advance.
I have a shared workbook that can be simultaneously acceded by multiple users.
There is a form where users can select what to print. Accordingly to the users’ option, some data from a “db” worksheet is copied to a “print” worksheet, and then the printer dialog is called.
My problem is that, when two or more users try to print, different data is copied to the “print” worksheet, and when users want to close and save the file a conflict is created (even though after printing all data in the “print” worksheet is deleted).
I may say that I need the “close and save” statement because users can also modify the data in the “db” worksheet (although there is no conflict here since different users can only modify a different subset of the data).
Any suggestions?
Thanks in advance.