newneel
05-07-2003, 07:45 AM
Hi,
I am reading all input values and displaying on a "Message box" to confirm from the user.
but, when i get more values and when i display it on a message box. message box becomes too big and i couldnt able to see the "OK" and "Cancel" button.
i am attaching each and every value to a perticular string like here:
msgtotal = msg1 & msg2 & msg3 &............
msgbox "msgtotal"
whats the solution for making a message box fully visible with every values?
please help me
Thanks
I am reading all input values and displaying on a "Message box" to confirm from the user.
but, when i get more values and when i display it on a message box. message box becomes too big and i couldnt able to see the "OK" and "Cancel" button.
i am attaching each and every value to a perticular string like here:
msgtotal = msg1 & msg2 & msg3 &............
msgbox "msgtotal"
whats the solution for making a message box fully visible with every values?
please help me
Thanks