Tiny font in XL 2010 VBA help pages

mark99k

New Member
Joined
Jun 28, 2012
Messages
7
Since upgrading to Office 2010 I've had an awful time reading the VBA help pages. At first the font was comically tiny, and the font-size adjuster button no effect. On another forum I was told to install a special CSS file, contents below:

Code:
div
{
 font-family:font-family: Arial, Helvetica, sans-serif;
 font-size:14pt;
 line-height:2.5em;
}

And while this did make the font larger, it didn’t change the line height, so my help pages are now almost as illegible as previously, just for a different reason (screenshot below). Also, this setting affects in the same way any webpage viewed in IE, so they range from hideous to unreadable.

My vision isn't flawless so I do have some display/font settings "turned up," but not excessively. There must an easier way for me to read VBA helpfiles without a microscope. Non-MS programs, and a few pre-2010 MS programs I'm running (like Visio 2003) don't have this issue. Is there no way to get the 2003-ish help page appearance back?

Thanks for any clues.
Mark

screenshot.jpg
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Mark,
Welcome to Board!
What worked for me was this (however counter intuitive it may seem!):
Open Internet Explorer.
Go to View-->Text Size.
Set it to Large or Larger and see.
You may have to restart Excel.
If it becomes too large then change accordingly.
Hope That Helps.
 
Upvote 0
Hi drsarao. Unfortunately I tried that already and it makes only the most minor improvement (in the cramped linespacing) with a decrease in font size.

I don't understand why the 2003 system -- which was readable from all sorts of PCs with different resolutions, etc. -- was scrapped for this obviously inferior one. Often you have to dig hard just to get the basic reference page, with full syntax. (OK, that's another rant for another time... but I really miss being able to hit F1 with the cursor on a VBA keyword and immediately seeing the syntax specs.)

Mark,
Welcome to Board!
What worked for me was this (however counter intuitive it may seem!):
Open Internet Explorer.
Go to View-->Text Size.
Set it to Large or Larger and see.
You may have to restart Excel.
If it becomes too large then change accordingly.
Hope That Helps.
 
Upvote 0
Haha.
Thanks.
I think, I will avoid upgrade as long as possible.

Have you thought of re-installing / repairing?
 
Upvote 0
Did that on one machine (have XL 2010 running on 2 nearly identical Win7 PCs). No change. It doesn't 'feel' like an installation issue, TBH.
 
Upvote 0

Forum statistics

Threads
1,215,659
Messages
6,126,074
Members
449,286
Latest member
Lantern

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top