View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Show method of dialog class failed

That snippet of code worked fine for me in a simple test.

Maybe the error is caused by something you didn't share.

jas wrote:

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


--

Dave Peterson