Can't Specify Number of Digits with Fix() or Int() (124107)
The information in this article applies to:
- Microsoft Excel 97 for Windows
- Microsoft Excel for Windows 95
- Microsoft Excel for Windows 5.0
- Microsoft Excel 98 Macintosh Edition
This article was previously published under Q124107 SUMMARY
In Microsoft Excel, if you want to truncate a number in a Microsoft Visual
Basic for Applications macro or procedure, you can use the Int() function
or the Fix() function to remove the fractional part of the number and
return the resulting integer value.
However, if you want to pass an argument to specify a certain number of
decimal places that you want to remain, as you can with the Microsoft Excel
version 4.0 TRUNC() function, which has a num_digits argument, you must
create a custom function. An example of such a function is in the "More
Information" section of this article.
REFERENCESMicrosoft Excel 97
For more information about the Fix function, click the Office Assistant in
the Visual Basic Editor, type fix click Search, and then click to view
"Int, Fix Functions."
NOTE: If the Assistant is hidden, click the Office Assistant button on the
Standard toolbar. If Microsoft Excel Help is not installed on your
computer, please see the following article in the Microsoft Knowledge Base:
120802 Office: How to Add/Remove a Single Office Program or Component
Microsoft Excel 7.0
For more information about truncating values in a Visual Basic for
applications macro, click the Index tab in Microsoft Excel 7.0 Help, type
the following text
and then double-click the selected text to go to the "Int Function, Fix
Function" topic.
For more information about the TRUNC() function, choose the Search button
in Help and type:
Modification Type: | Minor | Last Reviewed: | 8/15/2005 |
---|
Keywords: | kbdtacode kbhowto kbProgramming KB124107 |
---|
|