Jun 30, 2014 #1 2009luca Programmer Joined Jul 27, 2013 Messages 231 Location IT I have a textbox in userform of vba Excel. Is possible during the digit in textbox autoformat the number in this format, "#,##0.00" (?)
I have a textbox in userform of vba Excel. Is possible during the digit in textbox autoformat the number in this format, "#,##0.00" (?)
Jun 30, 2014 #2 combo Technical User Joined Jan 1, 2003 Messages 4,196 Location PL Textbox stores text, use Format function to control conversion to required string representation. combo Upvote 0 Downvote
Textbox stores text, use Format function to control conversion to required string representation. combo
Jun 30, 2014 #3 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Hmmmmm Must be that yer not gona use that pretty string for anything but ardent ogling. Skip, Just traded in my OLD subtlety... for a NUance! Upvote 0 Downvote
Hmmmmm Must be that yer not gona use that pretty string for anything but ardent ogling. Skip, Just traded in my OLD subtlety... for a NUance!