Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Update a shared workbook.

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Update a shared workbook.

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Update a shared workbook.

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Update a shared workbook.

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Update a shared workbook.

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Update a shared workbook.

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
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
shared workbook - shared workbook options grayed out Edward Letendre Excel Discussion (Misc queries) 0 March 3rd 10 10:47 PM
Display a update date on a sheet for a shared excel workbook jumpa311 Excel Worksheet Functions 1 February 20th 08 08:19 PM
update pivot in shared shared workbook 00George00 Excel Discussion (Misc queries) 1 August 23rd 06 08:16 PM
Shared Workbook Settings, End User Update Changes Refresh Rate JESSENBE Excel Discussion (Misc queries) 0 July 19th 05 08:03 PM
how to update a shared workbook using the same cells at the same t Blair Excel Discussion (Misc queries) 0 November 26th 04 10:21 PM


All times are GMT +1. The time now is 11:09 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"