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:
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
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