VBA DataType Questions

1

How to convert VBA decimal DataTypes
I need to figure out how (if possible) to remove decimals from numerical data, and add zeroes to the front/back end of data so that I can concatenate several cells into a single strain. Ex: Actual value = 14.37, needs to be converted to 14370 Actual Value = 4.3, needs to be converted to 04300 [...]

Answer Question   |  March 4, 2009  10:02 PM
Concatenate, DataType, VBA, VBA DataType
asked by:
255 pts.

1