PDA

View Full Version : Excel as Notify Icon



ramthulasi6
03-11-2014, 12:34 AM
Hi..

Can anyone help me to create a tool to perform macros like this..
When the workbook opens it should ask for inputs and then it should minimize to notify task bar. From there it should perform all the actions individually. When we double click on it then it should be maximized.

Jan Karel Pieterse
03-11-2014, 10:38 AM
Just place

Application.Windowstate = xlMinimized
at the right spot in your VBA code.