Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

hidden dialog 1

Status
Not open for further replies.

dogarila

Mechanical
Joined
Oct 28, 2001
Messages
594
Location
CA
I have an excel file created a while ago. There's a button on the first sheet. When I click the button a dialog box is diplayed. I would like to make a small change to this dialog but I can't find it. It's not shown in VBA editor or anywhere else. It is hidden somewhere. How can I find it?
 
Could it be a Data Validation drop-down list?
Data, Validation, Settings, Allow, List.
 
No, it's a dialog box like a user form.
 
UserForms are usually stored in the Forms folder of the Project. From the standard spreadsheet view ALT F11 will bring up the code window. From there open the Project explorer window (CTL R) and you should find the Forms folder there

Good Luck
johnwm
________________________________________________________
To get the best from these forums read faq731-376 before posting

Steam Engine enthusiasts:
 
If the spreadsheet was created in Excel 5, then dialog boxes were stored on a sheet (just like the macro sheets). The sheet may be hidden. The dialog will not show up in the VBA editor.


Peter Narsavage
Columbus, Ohio
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top