M
Matt R.
I'm taking a tire size from one side and the other so for instance, someone
would type in "29 13/16" to represent "twenty-nine inches and thirteen
sixteenths" for the left side and on the other side it would be the same
situation but a different measurement. "32 9/16" to represent "thirty-two
inches and nine sixteenths."
Now with two text boxes populated as:
LFsize = "29 13/16"
RFsize = "32 9/16"
How in the heck do I calculate this to determine the difference and
represent it in fraction format?
Don't say you have to convert the output to decimal because I am trying to
mimick a grossly expensive program and it does this exact thing using
"FileMaker Pro" by cheezy programmers. I am an ASP.NET C# programmer and
never ran across this need before.
Can anybody offer any help? I believe I have to take the input as a string
format and delimit that string into separate integers or such and do the
math, but within VBA I'm lost!
would type in "29 13/16" to represent "twenty-nine inches and thirteen
sixteenths" for the left side and on the other side it would be the same
situation but a different measurement. "32 9/16" to represent "thirty-two
inches and nine sixteenths."
Now with two text boxes populated as:
LFsize = "29 13/16"
RFsize = "32 9/16"
How in the heck do I calculate this to determine the difference and
represent it in fraction format?
Don't say you have to convert the output to decimal because I am trying to
mimick a grossly expensive program and it does this exact thing using
"FileMaker Pro" by cheezy programmers. I am an ASP.NET C# programmer and
never ran across this need before.
Can anybody offer any help? I believe I have to take the input as a string
format and delimit that string into separate integers or such and do the
math, but within VBA I'm lost!