View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jas jas is offline
external usenet poster
 
Posts: 1
Default Show method of dialog class failed

While trying to save a excel file which is not linked or grouped error
msg as shown below is got

With Application.Dialogs(xlDialogSaveAs)

.Show

End With



Error:



Run time error '1004'

Show method of dialog class failed
Please suggest a resolution to overcome this error