in object browser classes panel is empty

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

Guest

I'm relativey new to Excel VBA. When I open the Object Browser, there is
nothing listed in the "Classes" panel and nothing listed in the "Members"
panel. How do I get these panels properly populated?
 
You should see all classes and properties in the windows. I don't
know what would cause these to be blank. Try selecting a specific
library in the project/library dropdown.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
I should have added that if this doesn't work, close Excel, then
go to the Windows Start menu, choose Run, and type the following
and click OK.

excel.exe /regserver

This will cause Excel to start, reconfigure itself according the
program defaults, then quit. Now try starting Excel and going to
the object browser.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Back
Top