Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tweacle
 
Posts: n/a
Default Help with a read only frustration.


I have a networked workbook. 5 people input data into it. What the
problem is when its opened as "read only" its not noticed and all data
input then when come to save its noticed its read only and book has to
be closed loosing all data input.

Is there anyway that a message box can appear saying its read only when
opened as read only so it stops putting in data then realising.


--
tweacle
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Help with a read only frustration.

Private Sub Workbook_Open()
If ThisWorkbook.ReadOnly Then
MsgBox "This workbook is read-only"
End If
End Sub

This is workbook event code.
To input this code, right click on the Excel icon on the worksheet
(or next to the File menu if you maximise your workbooks),
select View Code from the menu, and paste the code


--
HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"tweacle" wrote in message
...

I have a networked workbook. 5 people input data into it. What the
problem is when its opened as "read only" its not noticed and all data
input then when come to save its noticed its read only and book has to
be closed loosing all data input.

Is there anyway that a message box can appear saying its read only when
opened as read only so it stops putting in data then realising.


--
tweacle



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
remove read only - not showing up in properties Hakara Excel Worksheet Functions 0 January 18th 06 07:35 PM
Send Excel File As Read Only jgarzoli Excel Discussion (Misc queries) 1 October 3rd 05 07:48 PM
My speadsheet won't change out of Read Only - Help!! Shelley Parkin Excel Discussion (Misc queries) 3 June 15th 05 01:58 AM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM
Network access to file - read only property AL Excel Discussion (Misc queries) 1 December 2nd 04 01:22 AM


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