Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 6
Default text box 1000's Separators

Hi,
I have this code I just want to put 1000’s spectators to it how to do that?

TextBox138.Value = Format(CDbl(TextBox135.Value) / CDbl(TextBox86.Value), "0.0000")


Thanx
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default text box 1000's Separators

Hi Sam,

Am Sat, 21 Jul 2012 09:39:40 +0000 schrieb sam99:

TextBox138.Value = Format(CDbl(TextBox135.Value) /
CDbl(TextBox86.Value), "0.0000")


try:
With Sheets("Sheet1")
.TextBox138 = Format(CDbl(.TextBox135) / CDbl(.TextBox86), _
"0,00#.00")
End With


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
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
Text data with irregular data separators hpoincare Excel Discussion (Misc queries) 4 April 4th 08 05:48 PM
Rounding of 1000's MTechG Excel Programming 1 March 28th 07 02:59 AM
Rounding of 1000's MTechG Excel Programming 1 March 28th 07 01:02 AM
my numbers go from 99 and then skip to 1000's? Kerri Excel Discussion (Misc queries) 3 March 16th 06 05:05 PM
Formatting in 1000's William Copeland New Users to Excel 3 April 3rd 05 06:12 AM


All times are GMT +1. The time now is 04:31 PM.

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

About Us

"It's about Microsoft Excel"