View Single Post
 
Old 01-30-2018, 08:52 AM
Cosmo Cosmo is offline Windows Vista Office 2007
Competent Performer
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default

When I search the object browser, I find 4 hidden items with the .show and .hide methods:

Library.........Class......Member
Unknown5...._Form....Show
Unknown6...._Form....Show
Unknown7...._Form....Show
Unknown8...._Form....Show

The UserForm class is missing these methods, so I'm assuming that the UserForms used in the application are a subclass of this UserForm class, utilizing these hidden _Form classes? (my terminology here may not be completely accurate)

Is there any class that exposes the .show method that can be used as a variable to do what I need?
Reply With Quote