View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default problems with dialogs

I feared that might be what you were using. I don't know why you get the
problem since it is many years since I have used the MS 5.0 Excel Dialog.
Could you not create a use3rform for you macro initiation rather than this
old dialog?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"François" wrote in message
...
a custom dialog created under Excel (insert / MS 5.0 Excel Dialog)

Thannks for your help.

"Bob Phillips" wrote:

What dialog are you initially running for easier access to macros?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"François" wrote in message
...
Hello
I'm using a dialog to give easier access to macros.
But when running a macro after the dialog (still open) I got a error

msg
if
I tried to open anoter dialog like (printer dialog).
How to solve this .? I have tried to use sendkeys (% F4) to close the

first
one but without success to close it like this.

Thanks.