Hi,

I want to show numeric values in a table cell, and I need to round it off to 2 decimal places.

I cannot use
Code:
= Format$(TheNumber,"00.00")
because vbscript doesn't support it.
Any ideas anyone?

DocZaf
{;->