Hi all,
I used to display the output of my program using Msg Box.
Is there any way to move the MSB box to custom location instead of default location which is center Screen in VBA?
Pls Help!
CS.
Printable View
Hi all,
I used to display the output of my program using Msg Box.
Is there any way to move the MSB box to custom location instead of default location which is center Screen in VBA?
Pls Help!
CS.
the easy answer is no.
i think it can be done with api calls, you can try doing a search on the forums for this, alternativly you make your own custom message box with a user form, so you can positon it and do many more things than you can with a message box
pete
Yes, you can and its allot easier then you think.
Custom Positioned MsgBox
:D