Hi,

Yes VBA 6 does have a round function if it was there in 97...don't remember that..(have to check)

Remember that the Round function we all know off in Excel has a different result as the VBA Round function. (So results may differ from expectation)

More background: http://support.microsoft.com/default...b;en-us;194983

But you can still make custom Round function deppending on you're needs.
More backgound: http://support.microsoft.com/kb/196652/EN-US/

Enjoy!