View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Why doesn't this code compile?

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?