View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alpineman2 Alpineman2 is offline
external usenet poster
 
Posts: 18
Default pLeAsE hELp! format function in excel visual basic editor

How do I format a textbox ([Input Textbox] & [Sum (locked) Textbox]) within a
Userform in the following formats:
Numeric - such as ###,###,###.## (using 1000 separator [,])
Currency
Accounting
Percentage
Date

Note: I am a newbie, if someone would explain the function and where I would
implement such. I would greatly appreciate any guidance.