View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Madan Madan is offline
external usenet poster
 
Posts: 3
Default 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