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
 
Back
Top