Modeless property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi..

This is driving me crazy...What modifications are required to the code below make my dialog box modeless..

Sub SHOWDIALOG1(
DialogSheets("DIALOG1").Sho
End Su

Thanks in advanc

Gordon...
 
Hi Gordon,
Sub SHOWDIALOG1()
DialogSheets("DIALOG1").Show
End Sub

Silly me. Forget my previous reply. A dialogsheet cannot be shown
modeless, you must use a userform (In the VBE insert, userform) for
that.

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com
 

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

Back
Top