Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
Can You tell me how should I use VB to change format for a range of cells in Excel from numeric to currency? Range(a,b) . what's_next :) ? (or maybe I'm going in wrong direction?) Greetings Radek |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("A1:B200").Numberformat = "$ #,##0.00"
-- Regards, Tom Ogilvy Radek Michalski wrote in message ... Hi! Can You tell me how should I use VB to change format for a range of cells in Excel from numeric to currency? Range(a,b) . what's_next :) ? (or maybe I'm going in wrong direction?) Greetings Radek |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format Cells - Currency v. Accounting | Setting up and Configuration of Excel | |||
How to format cells in Excel 2007 (i.e. currency format)? | Excel Discussion (Misc queries) | |||
How do I concatenate two currency cells to show a price range? | Excel Worksheet Functions | |||
change range of cells to another currency | Excel Worksheet Functions | |||
format cells for currency 2450 and have it format to $24.50? | Excel Worksheet Functions |