Hi, I have this program that reads a number of cells which have some measurements in inches with the following cell format # ??/??
so i get te following results (all numbers rounded to 1/16):
58
58 1/4
3 1/16 etc
13 3/8
when the macro reads the cell it reads it as decimal.
58
58.25
3.0625
13.375
So, the output of the program has to present me each part of the fraction in a diferent column like so
col1 col2 col3
58
58 1 4
3 1 16
13 3 8
can anyone help me with this macro?
thanks in advance.
so i get te following results (all numbers rounded to 1/16):
58
58 1/4
3 1/16 etc
13 3/8
when the macro reads the cell it reads it as decimal.
58
58.25
3.0625
13.375
So, the output of the program has to present me each part of the fraction in a diferent column like so
col1 col2 col3
58
58 1 4
3 1 16
13 3 8
can anyone help me with this macro?
thanks in advance.