G
Guest
The following code snippet is my attempt to format the last cell in column C as percent with 2 decimal places.
xlWs.Range("c1").End(xlDown).Selection.PercentFormat = "0.00%"
Need help.
xlWs.Range("c1").End(xlDown).Selection.PercentFormat = "0.00%"
Need help.