hi,
We have an excel vba macro that uses the format function, the macro works fine in Excel 2003 but not in 2010 because the Format function haven't been replaced/removed.
Does anyone know the equivalent in Excel VBA 2010?
This is the format function we used in 2003. Format(Range("D4").Value, ">!@@@@@@@@@@")
Thanks