TColumn.Showing
Hi,
I'm trying to cause my code to trigger when scrolling horizontally in a
TDBGrid. A cell in a column is having focus. When I scroll (horizontally) it
will eventually go out of view. When this happens I want my code to fire.
I don't know how to do it. Can someone suggest some simple methods?
I'm reading the documentation on TColumn.Showing. It has a proper that I
cannot understand:
property Showing: Boolean!ALink(boolean_type, 1,TopicNotFound,main). What is
this? Should I use this property?
Thanks.
Chris
.
Relevant Pages
- Re: How do I get a pivot table to sort based on the data items sectio.
... Just click on any cell containing data in the column you want to sort. ... It does trigger a different ... Prev by Date: ... (microsoft.public.excel.worksheet.functions) - RE: worksheet
... This is my code in parent sheet the value of trigger cell is changed here ... Following is the code I have it works on data entry on worksheet. ... (microsoft.public.excel.programming) - Re: Cell value change to trigger macro (worksheet change event?)
... Many thanks for your help Tom! ... I would need the macro to trigger if the value in the cell ... somehow the value of that cell alters to y, where y is not equal to x). ... >> I'd like to be able to trigger an event if this value alters. ... (microsoft.public.excel.programming) - Re: MoveAfterReturn is tricking me.
... The argument Target in the Worksheet_Change event tells you what cell ... > I've got the first column of my worksheet checking to see if the ... > first character of the typed entry is a string or a number. ... > Because of the way that the event trigger seems to work, ... (microsoft.public.excel.programming) - Re: Cell value change to trigger macro (worksheet change event?)
... Perhaps you could consider using a helper cell, ... Sub RunOnce() ... I would need the macro to trigger if the value in the cell ... >>> I'd like to be able to trigger an event if this value alters. ... (microsoft.public.excel.programming) |
|