Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Then a worksheet_change macro can work for you. Let us say the cell is
C1. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$C$1" Then Sheets("Sheet2").Range("D1:D1000").NumberFormat = Chr(34) & Range("C1").Value & Chr(34) & "0" End If End Sub Does this help? Kostis Vezerides |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel question Formats and number pad | Excel Discussion (Misc queries) | |||
how do I add phone number format as a permanent custom format? | Excel Discussion (Misc queries) | |||
Format a cell with a custom number format | Excel Worksheet Functions | |||
Custom Formats | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |