S
Steve
I've received parts document contributions from a variety of authors. As you
would expect, they have all used different ways to represent numbers and
units. My challenge is to unify all the numbers and units so they follow a
consistent pattern. For example, one author wrote $200B, $10M, and 15$/sq m.
Notice there is no space between the number and the units (e.g., the 200 and
"B" are next to each other as are the 10 and "M"). I'd prefer to have $200
B, $10 M and 15 $/sq m.
I think I need to use wild-cards to find any number followed by a "B", but I
can't figure out how to replace with the same number and a " B" (space-B).
In other words, "$200B" would become "$200 B" and "15$/sq m" would become
"15 $/sqm".
I've got a general macro that does a lot of clean-up and would like to add
this F/R to my macro so the cleanup is fully automated.
Thanks in advance,
Steve
would expect, they have all used different ways to represent numbers and
units. My challenge is to unify all the numbers and units so they follow a
consistent pattern. For example, one author wrote $200B, $10M, and 15$/sq m.
Notice there is no space between the number and the units (e.g., the 200 and
"B" are next to each other as are the 10 and "M"). I'd prefer to have $200
B, $10 M and 15 $/sq m.
I think I need to use wild-cards to find any number followed by a "B", but I
can't figure out how to replace with the same number and a " B" (space-B).
In other words, "$200B" would become "$200 B" and "15$/sq m" would become
"15 $/sqm".
I've got a general macro that does a lot of clean-up and would like to add
this F/R to my macro so the cleanup is fully automated.
Thanks in advance,
Steve