View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Myrna Larson[_2_] Myrna Larson[_2_] is offline
external usenet poster
 
Posts: 124
Default Bringing Excel to the front

There's an ActivateMicrosoftApp method. Maybe this will do what you want.

On Mon, 25 Aug 2003 00:29:45 -0500, "Scott Holmes" wrote:

Does VBA have a method for bringing the application window to the front? I
can do it with the Windows API but I'm hoping for a simpler solution, like
an "Activate" or "SetFocus".

TIA