Dialog Query

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

Guest

Hi..

What modificiations are required to the code below to allow me to enter data into the sheet whilst the dialog box remains visible. At the moment I have to close the dialog box to regain access to the sheet

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

Gordon
 
If you show a form as Modeless, it will allow you to take focus elsewhere
without closing the form.
gORDON said:
Hi...

What modificiations are required to the code below to allow me to enter
data into the sheet whilst the dialog box remains visible. At the moment I
have to close the dialog box to regain access to the sheet.
 
Hi..

I can't find any suitable reference material that indicates how my code whould read in making the dialog box modeles

Could you help me...its driving me bonkers

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

Cheer

Gordon
 

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

Similar Threads


Back
Top