VB and Help Windows Maximized

  • Thread starter Thread starter bw
  • Start date Start date
B

bw

How can I have Excel default to Maximized windows when I start Visual Basic and/or
the Help Window?

Thanks,
Bernie
 
Bernie,

Not sure what version you have, but for example if you have Office XP goto:
HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\HelpViewer

Add a DWORD value named "IsFloating", and enter a value of 1, and select
hexadecimal. If the "IsFloating" value already exists, then modify it's
value to equal 1. Restart Excel and VBA.

Does that fix your problem?

Troy
 

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

Back
Top