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

This code:

ActiveWorkbook.SaveAs XlSaveAsAccessMode:=xlExclusive

returns the Compile Error "Named Argument Not Found."

Why?