Hello! I've written a small program that does some calculations and I want to display some of the results in scientific notation. For example, I want to display 0.005 as 5.0E-3. Is there a way to do this? If so, please give some sample code as I am VERY new to VB.