Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Opened Applications Always on Top

Jun 11, 2011 5:32PM PDT

Dear All

In my Automation graphics software I have inbuilt VBA. Through that I am opening excel application using shell command

Private Sub Tmr1_Timer()
Dim LOGGING_ACT1
LOGGING_ACT1 = Shell("""C:\Program Files\Microsoft Office\Office12\EXCEL.EXE""", 3)
End Sub

But the excel window is not opening always on top. Maytimes its going behind. How to bring the make it always on top while opening? Is there any tool for that?

Kanag

Discussion is locked

- Collapse -
Answer
Link, comment.
Jun 13, 2011 9:03AM PDT
- Collapse -
Opened Applications Always on Top
Jun 13, 2011 3:40PM PDT

Thanks a lot for the reply.