View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Matt Williamson Matt Williamson is offline
external usenet poster
 
Posts: 22
Default Why doesn't this code compile?

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?