PTHouEMS:
At the risk of sounding trite, let me suggest you hack at the various SaveAsWeb settings (see below). Setting PanZoom=True seems to be the obvious first choice.
As for what else you could try, I looked around the web, but could not locate a decent summary of what the SaveAsWeb options are, or what they do. The best I saw was in
Microsoft’s V2007 SDK. Maybe John Goldsmith can chime in here, since it was
his blog that originally pointed me in the direction I ultimately took.
Good luck! (And I hope you don’t need it.)
- Ken
Addons("SaveAsWeb").Run _
" /Target=""" & ExecutableHtml & """" & _
" /PageTitle=" & BrowserTitle & _
" /Prop=False " & _
" /Folder=True " & _
" /StartPage=-1 " & _
" /EndPage=-1 " & _
" /OpenBrowser=false " & _
" /PriFormat=jpg " & _
" /ScreenRes=1024x768 " & _
" /Quiet=true " & _
" /Silent=false " & _
" /Search=False " & _
" /PanZoom=False " & _
" /NavBar=false "