PC Review


Reply
Thread Tools Rate Thread

Display data

 
 
=?Utf-8?B?RE1L?=
Guest
Posts: n/a
 
      12th Sep 2007

How can i have the data in a cell only be shown when the curser is clicked
on that cell or the curser is placed over the cell?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?ZXhjZWxlbnQ=?=
Guest
Posts: n/a
 
      12th Sep 2007
In sheet-tab codemodule

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Intersect(Target, Range("D2")) Is Nothing Then
Range("D2").Font.ColorIndex = 2
Else
Range("D2").Font.ColorIndex = 1
End If
End Sub


"DMK" skrev:

>
> How can i have the data in a cell only be shown when the curser is clicked
> on that cell or the curser is placed over the cell?

 
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
Not plot a data series in a chart but still display in data table mebp Microsoft Excel Charting 1 19th Mar 2010 05:13 PM
Powerpoint display is cut off on data projector display. David-DEC Microsoft Powerpoint 1 16th Jan 2008 04:09 PM
Data Access Page: How do I display data from a filtered table? =?Utf-8?B?Sm9uYXRoYW4=?= Microsoft Access 0 9th Feb 2007 11:56 AM
Displaying Xml data in Treeview & AfterSelecting nodes display data in RichTextBox Guest Microsoft Dot NET 0 20th May 2005 08:13 AM
using Crystal Reports to display data in my dataset correctly (display the data I selected instead of all the data in table) JK Microsoft C# .NET 1 6th Sep 2003 10:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:26 PM.