Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the sheet module, say you want the value to be displayed in cell A1:
'---------------------------------------------------- Private Sub Worksheet_SelectionChange(ByVal Target As Range) With Range("A1") .Value = ActiveCell.Value .NumberFormat = ActiveCell.NumberFormat End With End Sub '--------------------------------------------------- -- Regards, Sébastien <http://www.ondemandanalysis.com "Misssy" wrote: Is there a way I can show in one cell the value of whatever cell is selected? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple cells or columns are selected instead of selected cell or | Excel Discussion (Misc queries) | |||
No color is showing up when cells are selected | Excel Discussion (Misc queries) | |||
Macro to take selected cells times a selected cell | Excel Programming | |||
combo box not showing selected item.. | Excel Programming | |||
Open a window / box showing a selected range of cells only | Excel Programming |