Excel 2007 not in foreground when launched in Vista or Windows
Thanks!
It works but do you know why we need to additioanlly call the AppActivate
from Vista onwards?
It is an extra work for us to add AppActivate to everywhere word or excel is
launched.
Madan
"OssieMac" wrote:
Try the following.
After .Visible = True
AppActivate ("Microsoft Excel")
--
Regards,
OssieMac
|