Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default Userform Text Box Formatting

Hi - I have a userform on which the Save & Close button takes the total
number and stores this back into an already open form. i hav no issues with
all this...however...i normally apply formatting on text boxes in the Change
sub.....however becos in thsi case the text box value is changed from another
userform....my change sub doesnt seem to work i also have a sum sub which i
want to run when the number from the other form is placed into this text box.

Private Sub A_Change()
Call Sum_Values
A.Value = Format(A.Value, "#,##0")
End Sub

any help would be much appreciated.
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
Formatting UserForm Text Field as Numeric Paul D. Simon Excel Programming 4 January 17th 08 12:19 PM
Formatting a Text Box on a UserForm Carlee Excel Programming 0 March 23rd 07 04:46 PM
Userform formatting Trefor Excel Programming 4 March 18th 06 04:18 AM
UserForm text box Date formatting Dan Excel Programming 2 November 1st 04 04:38 AM
formatting text in TextBox in UserForm Kevin Excel Programming 2 November 7th 03 01:34 PM


All times are GMT +1. The time now is 11:17 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"