Hello,
I am not able to convert values to numbers for the Columns A to F. Also i want to add currency $ in front of all the values and align them to center.
nofrmt.PNG
Below is the code :
![]()
Range("A2:F2").Select Range(Selection, Selection.End(xlDown)).Select NumberFormat = "0.00" Selection.Style = "Currency"
Thank You!
Regards
Wither
Bookmarks