Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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 -


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default format text in imput box

Rich,
Not built-in.
If you need that functionally, build yourself a userform and then you can do
whatever you want.

NickHK

"Rich" wrote in message
...
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 -




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default format text in imput box

Just to add:
to the best of my knowledge, the standard userform controls don't support
rich text formatting

--
Regards,
Tom Ogilvy



"NickHK" wrote:

Rich,
Not built-in.
If you need that functionally, build yourself a userform and then you can do
whatever you want.

NickHK

"Rich" wrote in message
...
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 -





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
7 Day Automatic Imput Matlock Excel Discussion (Misc queries) 5 March 6th 08 02:50 AM
Autocorrecting my Number imput GophsHcky5 Excel Discussion (Misc queries) 1 March 22nd 07 02:44 AM
Automated imput partly Matt_07 Excel Worksheet Functions 2 January 30th 07 01:59 PM
two-imput data table Ashley Excel Worksheet Functions 2 December 11th 06 07:30 PM
Imput box - Multiple Lines (\n) Nikkih[_4_] Excel Programming 2 April 30th 04 04:47 AM


All times are GMT +1. The time now is 11:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"