![]() |
Restore Excel Application Window after proccesing ...
Hello gurus !
I have interesting question for you (and it is equal to my current nightmare :-). I'm oppening Lotus Notes PickList window from Excel VBA, check next code lines: Application.WindowState = xlMinimized Set Collection = workspace.PickListCollection(3, True, MyServer, MyDbName, MyView, MyTitle, MyPrompt) My problem is, that I'm not able to restore (better say to put to foreground) Excel after Lotus Notes PickList window is closed. Could you please help me, how to return focus back to Excel ? Thank you all in advance ! Vlado Sveda |
Restore Excel Application Window after proccesing ...
place the following line when you want excel to appear again
application.windowstate = xlmaximized 'can use xlnormal if you don't want the window maximized I hope it is that easy! -- JNW "Vlado Sveda" wrote: Hello gurus ! I have interesting question for you (and it is equal to my current nightmare :-). I'm oppening Lotus Notes PickList window from Excel VBA, check next code lines: Application.WindowState = xlMinimized Set Collection = workspace.PickListCollection(3, True, MyServer, MyDbName, MyView, MyTitle, MyPrompt) My problem is, that I'm not able to restore (better say to put to foreground) Excel after Lotus Notes PickList window is closed. Could you please help me, how to return focus back to Excel ? Thank you all in advance ! Vlado Sveda |
All times are GMT +1. The time now is 11:54 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com