PC Review


Reply
Thread Tools Rate Thread

PLEASE HELP!! SELECT A ROW AND HAVE CELLS REFERENCE

 
 
New Member
Join Date: Mar 2012
Posts: 3
 
      11th Apr 2012
Is there a way to simply click (or highlight) a cell and have it reference "to" another cell?..I want the value in the cell highglighted (or clicked) to be reflected in some other cell within the same worksheet......Thanks!
 
Reply With Quote
 
 
 
 
Member
goodfellow's Avatar
Join Date: Jun 2012
Location: Earth
Posts: 53
 
      12th Jun 2012
I'm not sure if I follow you, but try this:
Quote:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells(1, 1) = ActiveCell.Text
End Sub
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Up down arrow keys do not select cells if select locked cells unch roandrob Microsoft Excel Misc 6 18th May 2009 12:48 AM
how do you "select locked cells" w/o "select unlocked cells"? =?Utf-8?B?cHJpbmNlam9obnBhdWxmaW4=?= Microsoft Excel Misc 3 16th Jul 2005 03:53 AM
Copy a formula to a range of cells via VB6 using .Range(Cells(row,col), Cells(row,col)).Formula= statement Kevin Microsoft Excel Programming 7 5th Oct 2004 08:11 PM
Help! Anyone! Please Please Please Please Please Please =?Utf-8?B?UmFuZHk=?= Microsoft Access Macros 2 17th May 2004 07:16 PM
Inserting a row in sheet A should Insert a row in sheet B, removing a row in Sheet A should remove the corresponding row in sheet B Hannes Heckner Microsoft Excel Programming 1 5th Mar 2004 10:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:44 PM.