Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This code:
ActiveWorkbook.SaveAs XlSaveAsAccessMode:=xlExclusive returns the Compile Error "Named Argument Not Found." Why? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Keith,
Try: ActiveWorkbook.SaveAs AccessMode:=xlExclusive --- Regards, Norman "keithb" wrote in message ... This code: ActiveWorkbook.SaveAs XlSaveAsAccessMode:=xlExclusive returns the Compile Error "Named Argument Not Found." Why? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveWorkbook.SaveAs AccessMode:=xlExclusive
xlsaveasaccessmode represents one of those constants. keithb wrote: This code: ActiveWorkbook.SaveAs XlSaveAsAccessMode:=xlExclusive returns the Compile Error "Named Argument Not Found." Why? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try ActiveWorkbook.SaveAs AccessMode:=xlExclusive
HTH Matt "keithb" wrote in message ... This code: ActiveWorkbook.SaveAs XlSaveAsAccessMode:=xlExclusive returns the Compile Error "Named Argument Not Found." Why? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA code translation - compile error | Excel Programming | |||
Force code to compile | Excel Programming | |||
Compile VBA code | Excel Programming | |||
Compile Error in Code | Excel Programming |