Hi,
In my range, I need to find/replace some scientific notation with that same notation in parenthesis. Generally speaking, I'm able to do this relatively easily (e.g., for things such as g/dL). However, certain aspects are simply not converting well in VBA. For instance, the symbol for micro does not seem to go into VBA at all, and 10 to the 6th power does not seem to go well into Excel (nor here)...which is strange since 10 to the 3rd power will superscript. This should be a simple find/replace routine, but it's turned out to not be so simple, at least for me. I hope someone can help with this. Thanks.
What shows up:
106/μL (except the 6 needs to be superscripted)
10³/μL
What I need:
(106/μL)
(10³/μL)
Frank
Bookmarks