View Single Post
  #2   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

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.