Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Show the contet of a cell in another cell

Hi,

In cell D2 type =CELL("Contents")
when you press Enter you will get an error, enter it anyway. Close any
warning screens.

Click any cell with something in it and press F9.

If you don't want to press F9 you can add the following code to your sheet:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
ActiveSheet.Calculate
End Sub


If this helps, please click the Yes button.

--
Thanks,
Shane Devenshire


"Showing the content of a cell in another" wrote:

Can anyone tell me, how to do, if I want show the content of a cell in
another cell by clicking on the first cell?

Fx. I click on cell A2, and when I do that it is automatically shown in for
instance cell D2.

Best regards BM.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
type MI in cell, have Michigan show in adjacent cell shark Excel Discussion (Misc queries) 2 October 20th 06 07:57 AM
How do i assign cell A1 to show the current cursor cell in Excel? OB Excel Discussion (Misc queries) 2 October 11th 06 04:02 PM
format cell to show leading zeros and make cell a three digit fiel Kristin Excel Worksheet Functions 2 July 28th 06 09:42 PM
In adjacent cell, show last date modified of target cell. manxman Excel Discussion (Misc queries) 0 March 17th 06 10:47 PM
enter a time into a cell, have the cell show two times the entry johnp Excel Worksheet Functions 3 May 2nd 05 12:08 AM


All times are GMT +1. The time now is 09:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"