View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default how to hve input box on msgbox

You cannot put input boxes on a message box. You can use the message box to
trigger input boxes by conditional response to the message box, provided you
use the yes/no or yes/no/cancel options of the message box.

"pswanie" wrote:

i have a code for a msg box to display info from a sheet. how will i get 3
input boxes on a that msg box? and wat would the code be 2 get the info from
inputbox1 to next open cell in column c. and the date from inputbox2 in next
empty cell in column d and the date from inputbox3 in next open cell in
column e

Phillip