Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have found a string (below) to put into M.V.B. that works great for this.
When I click over to the excel file it does not allow me to Q.Save or File/Save as€¦.. But now I cannot save the file with the new macro because I have disabled that function? I am a newbie to M.V.B. but this seems like some strange Catch 22 situation€¦. Please help if possible. Private Sub Workbook_BeforeClose(Cancel As Boolean) Me.Saved = True End Sub Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) Cancel = True End Sub -- L Weber |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable save | Excel Discussion (Misc queries) | |||
Disable save | Excel Discussion (Misc queries) | |||
Disable save | Setting up and Configuration of Excel | |||
Disable save | Setting up and Configuration of Excel | |||
Disable "Save As" Option | Excel Discussion (Misc queries) |