Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default input box text formatting

When using VB code for an input box to come up on a button click is there a
way to code the formatting of the text in the input box? Like making the text
arial, 12 pt or similiar.

Below shows a sniplet of my code how I'm using the input box code right now:

Do
iStart = InputBox("Input first week (1-9)")
Loop Until iStart = "" Or (iStart 0 And iStart < 10)

How can I format the "Input first week (1-9)" text that comes up with the
input box?

Thanks,
Phil
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default input box text formatting

Hi Phil,

I do not think tht you can.

Try, instead using a custom designed userform.


---
Regards,
Norman



"phil-rge-ee" wrote in message
...
When using VB code for an input box to come up on a button click is there
a
way to code the formatting of the text in the input box? Like making the
text
arial, 12 pt or similiar.

Below shows a sniplet of my code how I'm using the input box code right
now:

Do
iStart = InputBox("Input first week (1-9)")
Loop Until iStart = "" Or (iStart 0 And iStart < 10)

How can I format the "Input first week (1-9)" text that comes up with the
input box?

Thanks,
Phil



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default input box text formatting

Thanks Norman.......back to the drawing board. ;o)
Phil

"Norman Jones" wrote:

Hi Phil,

I do not think tht you can.

Try, instead using a custom designed userform.


---
Regards,
Norman



"phil-rge-ee" wrote in message
...
When using VB code for an input box to come up on a button click is there
a
way to code the formatting of the text in the input box? Like making the
text
arial, 12 pt or similiar.

Below shows a sniplet of my code how I'm using the input box code right
now:

Do
iStart = InputBox("Input first week (1-9)")
Loop Until iStart = "" Or (iStart 0 And iStart < 10)

How can I format the "Input first week (1-9)" text that comes up with the
input box?

Thanks,
Phil




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
Conditional formatting - getting input from another cell EricD Excel Worksheet Functions 6 October 1st 09 05:17 PM
copy text box input into another text box automatically Sigma Dan Excel Discussion (Misc queries) 2 July 26th 07 03:24 PM
Data validation/Formatting input Wescotte Excel Programming 4 August 9th 05 12:12 PM
How to input additional text to multiple of existing cells that has text [email protected] Excel Worksheet Functions 2 June 21st 05 01:46 AM
Input box to formatting???? Simon Lloyd[_412_] Excel Programming 1 May 6th 04 01:27 PM


All times are GMT +1. The time now is 09:42 PM.

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

About Us

"It's about Microsoft Excel"