PC Review


Reply
Thread Tools Rate Thread

displaying input data on user form as currency

 
 
mantrid
Guest
Posts: n/a
 
      28th Apr 2007
Hello
Im trying to find a property or a way to format a text box on a user form to
show as currency when input. Can't seem to find how to do this anywhere.
Can anyone help
Thanks
Ian


 
Reply With Quote
 
 
 
 
=?Utf-8?B?SkxHV2hpeg==?=
Guest
Posts: n/a
 
      28th Apr 2007
TextBox1.Value = Format(YourSource, "$##,###.##")

Substitute the Range, Cell or Value that you want to convert as "YourSource".


"mantrid" wrote:

> Hello
> Im trying to find a property or a way to format a text box on a user form to
> show as currency when input. Can't seem to find how to do this anywhere.
> Can anyone help
> Thanks
> Ian
>
>
>

 
Reply With Quote
 
=?Utf-8?B?SkxHV2hpeg==?=
Guest
Posts: n/a
 
      28th Apr 2007
I might have been a little hasty in the example I gave you. At any rate, you
will need to use the Format function to convert your value to the currency
format prior to entering it into the TextBox. I don't believe Excel supports
formatting the TextBox itself to display values as currency.

"mantrid" wrote:

> Hello
> Im trying to find a property or a way to format a text box on a user form to
> show as currency when input. Can't seem to find how to do this anywhere.
> Can anyone help
> Thanks
> Ian
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying data in a VBA User Form cardfan3206 Microsoft Excel Programming 1 22nd Oct 2009 09:48 PM
User Form Data Input krc547 Microsoft Excel Programming 5 30th Nov 2007 01:37 AM
displaying input data on user form as currency mantrid Microsoft Excel Discussion 2 28th Apr 2007 01:56 AM
displaying the user form data cyzax7 via OfficeKB.com Microsoft Excel Programming 3 12th Jun 2006 01:49 AM
Data Input - User Form Drop-Down Box meflorence Microsoft Excel Programming 2 18th May 2004 02:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:27 AM.