View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rich Rich is offline
external usenet poster
 
Posts: 298
Default format text in imput box

is their a way to format text in a input box , or even better format just
certain parts of the text

reg = InputBox("" & Range(locatetrunk) & " Reg = " & Range(locatereg) &
Chr$(13) & Chr$(13) & "Time Is " & Format(Now(), "hh:mm") & Format(" Trunk
Due :-" & Format(Range(timedue).Value, "hh:mm")) & Chr$(13), "Confirm Trunk
Name And Registration Number ", Range(locatereg))

i would like to get the times to be in bold or another colour -