Forum Discussion

scsvel's avatar
scsvel
Frequent Contributor
14 years ago

How to set the IE zoom property from code?

Hi all, I want to set the IE browser zoom property setting from code using IE COM object. Dim IEApp Set IEApp = CreateObject("InternetExplorer.Application") I don't want ...