Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know how I can update a shared workbook that resides on
network drive in order that multiple users who have it open can se other people's changes? The worksheet is populated by way of a form which enters the data i the next blank cell. If two users enter the data at the same time i produces a conflict error on exit. Is there a way of reflecting the changes made by other users before m code runs to find the next cell and thus enter it in a truly vacan cell? Thanks -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
My suggestion is to have a "At The End of day" Button. You will need to create a Master WorkBook so that at the end of the da Is selected it will open modify and close the Master. This should help HTH Charle -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your reply Charles.
What I neglected to mention is that the code looks for unique value when it runs therefore the 'master' must be updated each and every tim the user enters code..... -- Message posted from http://www.ExcelForum.com |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm not sure if it can be done then. To the best of my knowledge i someone is active the another person can not update because they wil have to open as a read only. Mybe someone else my know of away. Charle -- Message posted from http://www.ExcelForum.com |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hmmmm.....
Does anyone know if I am on the right lines wit AutoUpdateSaveChanges? From good old help.... "This example causes changes to the shared workbook to be posted t other users whenever the workbook is automatically updated. ActiveWorkbook.AutoUpdateSaveChanges " Any idea if this will update remote users when a manual save happens? Gonna give it a try...... -- Message posted from http://www.ExcelForum.com |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just in case anyone else is searching this thread the solution appears
to be; Activeworkbook.autoupdatefrequency=0 Activeworkbook.autoupdatesavechanges=true Frequency to zero means that updates only occur when a manual save is done. autoupdatesavechanges promulgates changes to all users. :) --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
shared workbook - shared workbook options grayed out | Excel Discussion (Misc queries) | |||
Display a update date on a sheet for a shared excel workbook | Excel Worksheet Functions | |||
update pivot in shared shared workbook | Excel Discussion (Misc queries) | |||
Shared Workbook Settings, End User Update Changes Refresh Rate | Excel Discussion (Misc queries) | |||
how to update a shared workbook using the same cells at the same t | Excel Discussion (Misc queries) |