Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Range("A1:E3") contains 1 to 4 digits arithmetic numbers.
I want to format the range in "0000" format and still retain its arithmetical properties. This macro will duplicate the range in that format. Can Range("A1:E1") be formatted "0000" in its own location? Sub format() Range("A5") = "=TEXT(A1,""0000"")" Range("A5").AutoFill Destination:=Range("A5:A7"), Type:=xlFillDefault Range("A5:A7").AutoFill Destination:=Range("A5:E7"), Type:=xlFillDefault End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
numberformat? | Excel Discussion (Misc queries) | |||
NumberFormat? | Excel Worksheet Functions | |||
Format numberformat Single | Excel Worksheet Functions | |||
using cells.numberformat | Excel Worksheet Functions | |||
Setting NumberFormat within a VBA Module | Excel Discussion (Misc queries) |