Formatting as text/string in macro
Posted by Mike Winters on December 13, 2001 11:28 AM
Hello again,
In a macro, I have the line
Rng.Offset(, 3) = Format(.Cells(i, 5), "")
The data that it is inserting into the new worksheet is sometimes something like 13E10 or 13E20 or 13A, etc.. How do I format it so that it does not use the A or E in a mathematical way (IE, exponents with the E).
Thanks for any help you can provide.
Sincerely,
Mike Winters
United States Army