Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to add to Jim's comments:
Application.OnKey "^s", "" 'save shortcut Application.OnKey "^S", "" 'saveas shortcut And to reset them: Application.OnKey "^s" Application.OnKey "^S" PaulC wrote: Hi Dave I have, at last, got a procedure to work thatwill save the main file's data to a temp file on the local drive if the network has been interupted. A separate macro is then be used to replace the data when the network is available again. I have also included a Save Workbook macro button that also tests for an error on saving to the network. To stop users saving normally, I have removed the Save icon and the Save entry in the File menu. However, I don't know the VBA code to stop them using CtrlS. I would be very grateful if you can enlighten me on this one. Many thanks, Paul -- PaulC ------------------------------------------------------------------------ PaulC's Profile: http://www.excelforum.com/member.php...fo&userid=7563 View this thread: http://www.excelforum.com/showthread...hreadid=276187 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 temporary files remains on network shares | Excel Discussion (Misc queries) | |||
Excel 2003 - problem saving to a mapped network drive | Excel Discussion (Misc queries) | |||
Recovering from temporary loss of network drive - Excel VBA problem | Excel Programming | |||
Recovering from temporary loss of network drive - Excel VBA problem | Excel Programming | |||
Recovering from temporary loss of network drive - Excel VBA problem | Excel Programming |