compile error: invalid qualifier.

M

MGG

Can anyone help?

I keep getting an the following message
Compile error: invalid qualifier
when using the following code from a customised menu.

With application.Dialogs(xlDialogOpen)
..Show
End With



If I use this code and link it to a button it works fine ???

Thanks
Mike
 
T

Tom Ogilvy

did you omit the period in front of show or was it removed by the email
software

With application.Dialogs(xlDialogOpen)
.Show
End With
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top