Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How could I track border drawing. Excel doesn't seem to generate this event.
-- Thanx & regards, Asif |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not the border per se, but for a chart there is a series change event. I am
trying to visualize how a border draw event would be used in a worksheet range. "Asif" wrote: How could I track border drawing. Excel doesn't seem to generate this event. -- Thanx & regards, Asif |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm writing a row/col highlighter routine. The issue is that if a border is
drawn, Excel doesn't generate an event so I can't save the change as the selection changes. -- Thanx & regards, Asif "JLGWhiz" wrote: Not the border per se, but for a chart there is a series change event. I am trying to visualize how a border draw event would be used in a worksheet range. "Asif" wrote: How could I track border drawing. Excel doesn't seem to generate this event. -- Thanx & regards, Asif |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is a SelectionChange event for a worksheet. I haven't tried it so I am
not sure it would fire with a selection change by code. I know it fires with a manual change. That could result in a lot of saving. It might be just as efficient to put a save command in your code after the borders command has executed. "Asif" wrote: I'm writing a row/col highlighter routine. The issue is that if a border is drawn, Excel doesn't generate an event so I can't save the change as the selection changes. -- Thanx & regards, Asif "JLGWhiz" wrote: Not the border per se, but for a chart there is a series change event. I am trying to visualize how a border draw event would be used in a worksheet range. "Asif" wrote: How could I track border drawing. Excel doesn't seem to generate this event. -- Thanx & regards, Asif |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
api - tracking LostFocus or Exit event of a combobox | Excel Programming | |||
api - tracking LostFocus or Exit event of a combobox | Excel Programming | |||
Tracking changes in Excel using an Event Macro | Excel Programming | |||
Change the border color used by Change Tracking | Excel Discussion (Misc queries) | |||
Changing the border of one cell s/n change the border of adjacent | Excel Discussion (Misc queries) |