I like the reverse solution!
Bob
![]() | 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 |
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