PC Review


Reply
Thread Tools Rate Thread

Clicking on a Cell

 
 
kirkm
Guest
Posts: n/a
 
      23rd Jul 2008
Can clicking on a cell cause some text to appear in the status bar?
That's a single click (I'm already using double click).

Thanks - Kirk
 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      23rd Jul 2008
You could use the selection_change event

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.StatusBar = Target.Text
End Sub


Mike

"kirkm" wrote:

> Can clicking on a cell cause some text to appear in the status bar?
> That's a single click (I'm already using double click).
>
> Thanks - Kirk
>

 
Reply With Quote
 
kirkm
Guest
Posts: n/a
 
      23rd Jul 2008
On Wed, 23 Jul 2008 02:47:01 -0700, Mike H
<(E-Mail Removed)> wrote:

Thanks Mike, That did it.

Why didn't I see that myself !!

Cheers - Kirk

>You could use the selection_change event
>
>Private Sub Worksheet_SelectionChange(ByVal Target As Range)
>Application.StatusBar = Target.Text
>End Sub
>
>
>Mike

 
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
Add or Delete borders of a cell by clicking on that cell Happy Proby Microsoft Excel Misc 1 8th Nov 2009 04:37 AM
[Beginner's] Adding a letter to a cell by clicking the cell pnumminen Microsoft Excel Programming 4 9th Mar 2009 07:03 AM
How do I edit a cell in Excel without clicking on the cell first? =?Utf-8?B?QWxpc2E=?= Microsoft Excel Worksheet Functions 5 2nd Apr 2007 07:15 PM
When double clicking on link in cell it doesn't go the cell. =?Utf-8?B?QnJpYW4=?= Microsoft Excel Misc 1 17th Jul 2006 05:11 PM
Clicking Cell Link Changes Cell on Another Sheet nshah Microsoft Excel Misc 1 31st Aug 2005 01:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:37 AM.