Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding Dashes in front of text using text formating | Excel Discussion (Misc queries) | |||
Adding More Conditional Formating | Excel Programming | |||
Word Formating & Words Adding | Excel Discussion (Misc queries) | |||
Install dates formating using conditional formating? | Excel Discussion (Misc queries) | |||
Adding percentages in a column and automatic formating of contents | Excel Worksheet Functions |