Shared Workbooks - Overwriting issues

Jay3

Board Regular
Joined
Jul 3, 2009
Messages
237
Hi All,

I have a shared task list which can be updated by multiple users.

The problem is if more than one user is using the spreadsheet at any one time you run the risk of someone opting to enter a task on the same line.

This will mean that someones task may be overwritten.

My spreadsheet generates an email notification when a new task is added and saves the spreadsheet each time.

The problem is, however, when a user saves the workbook the workbook doesn't automatically update for the other users each time. They have to manually hit save before the enter a new task to refresh the spreadsheet.

Is there a way around this?

Thanks,
Jay3:biggrin:
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Fill a few dozen lines below the current list with a solid color, so no one will type in them.
Have new tasks entered on a separate worksheet. Have the BeforeSave and BeforeClose events check to see if a new task exists on the input worksheet. If one or more new tasks are present, have code execute that removes the fill from the line(s) below the list and moves the new tasks to the bottom of the current list.

Although this won't update each open copy of the file, it will prevent then overwriting you mentioned.
 
Upvote 0

Forum statistics

Threads
1,214,956
Messages
6,122,465
Members
449,085
Latest member
ExcelError

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top