I want to switch the IE9 Browser mode to IE7 programmatically in VBA at runtime. I can engage the F12 develop tools and change it manually, but I want to automate this step in my code after I have opened my IE browser (defaulting to IE9).
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
<meta http-equiv="X-UA-Compatible" content="IE=7" />to the header will force IE7 mode in IE8&9 – Sean Cheshire Jul 23 '12 at 16:07