View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
OssieMac OssieMac is offline
external usenet poster
 
Posts: 2,510
Default Excel 2007 not in foreground when launched in Vista or Windows 7

Try the following.

After .Visible = True

AppActivate ("Microsoft Excel")

--
Regards,

OssieMac