Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OK, thanks. See if I can and want to use that bypass.
"joel" wrote: You can open the workbook in safe mode which doesn't run any macros but still allow changes to be made. the only way I know of opening in safemode is from the command line prompt using /s. Comspec = Environ("Comspec") ExcelExe = Application.Path & "\excel.exe" FName = "c:\temp\book1.xls" CommandLine = Comspec & " /k " & Chr(34) & _ ExcelExe & Chr(34) & " /s " & FName Shell (CommandLine) -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=165912 Microsoft Office Help . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Program Security | Excel Discussion (Misc queries) | |||
security/protecting an excel program | Excel Programming | |||
Error or Unexpected Behavior with Office Automation when you use early binding | Excel Programming | |||
Excel Error Reports and Unexpected Termination of Program | Excel Programming | |||
Excel Automation with Security Problems | Excel Programming |