LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default workbook sharing entries at the same time

On Dec 14, 9:30 pm, " wrote:
Hi everyone,
Let`s say I have one workbook which is shared by 40 different users on
a network,this workbook has 3 objects such as,userform1,textbox1 and
commandbutton1.Once commandbutton1 pressed the following code is
activeted;
Private Sub CommandButton1_Click()
Cells(Rows.Count, "A").End(xlUp).Offset(1, 0).Select
Selection.Value = TextBox1.Value
End Sub
it`s very basic right?But if user A,user B and user C open this
workbook from different computer and press the commandbutton1 before
they save the workbook there will be a message for ;three different
users try to change the cell value,which entry excel needs to
consider(sorry I don`t literary remember this message by word)is there
a way to prevent that message and textbox1.value enter in the next
below cell?If the question is not clear please let me know.
Thanks for your help.


Is this problem hard to fix on excel?cannot simply write one code then
once the cell is over write,values goes to the next cell?
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
workbook sharing entries at the same time [email protected] Excel Programming 0 December 14th 07 01:30 PM
Workbook sharing Sue Excel Worksheet Functions 2 January 23rd 07 03:53 PM
Sharing Workbook Kathryn J Bittman Excel Discussion (Misc queries) 0 May 2nd 06 10:37 PM
Sharing a workbook Julia Excel Worksheet Functions 4 September 21st 05 09:10 AM
Sharing a workbook Mike[_88_] Excel Programming 1 August 21st 04 10:38 PM


All times are GMT +1. The time now is 10:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"