
I’ll try to tone down the hyperbole from the last post. It all started with a simple macro to format the selection with the comma style. Sub MakeComma() If TypeName(Selection) = “Range” Then Selection.Style = “Comma” End If End Sub I loved this […]
I’ll try to tone down the hyperbole from the last post. It all started with a simple macro to format the selection with the comma style. Sub MakeComma() If TypeName(Selection) = “Range” Then Selection.Style = “Comma” End If End Sub I loved this […]