ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Adding formating (https://www.excelbanter.com/excel-programming/376915-adding-formating.html)

jln via OfficeKB.com

Adding formating
 
Im trying to add formatting that goes to the last row and makes it bold and
formats the numbers to currency. Help

--
Message posted via http://www.officekb.com


Bob Phillips

Adding formating
 
With Range("A1").End(xlDown)
.Font.Bold = True
.NumberFormat = "$#,##0.00"
End With

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"jln via OfficeKB.com" <u25956@uwe wrote in message
news:68ef7d31a1e69@uwe...
Im trying to add formatting that goes to the last row and makes it bold

and
formats the numbers to currency. Help

--
Message posted via http://www.officekb.com





All times are GMT +1. The time now is 04:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com