Dudes
I need to show a dialg box automatically, would like to set the properties for it but apparently they can't be set.
Dialog I would like to show is External Data Properties.
If I add the following;
Application.Dialogs(xlDialogFilterAdvanced).Show or
Application.Dialogs(xlDialogOpen).Show
I get what I expect, the Filter or Open dialog so things are working but If I try to open the External Data Properties Dialog with the below I get a runtime 1004 error and show class for dialog failed.
Application.Dialogs(xlDialogExternalDataProperties ).Show
Anyone have any ideas.
Using Excel 2003
I need to show a dialg box automatically, would like to set the properties for it but apparently they can't be set.
Dialog I would like to show is External Data Properties.
If I add the following;
Application.Dialogs(xlDialogFilterAdvanced).Show or
Application.Dialogs(xlDialogOpen).Show
I get what I expect, the Filter or Open dialog so things are working but If I try to open the External Data Properties Dialog with the below I get a runtime 1004 error and show class for dialog failed.
Application.Dialogs(xlDialogExternalDataProperties ).Show
Anyone have any ideas.
Using Excel 2003
Comment