LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Capture AutoFill...

I found I had a similar problem to this recently.

I have a sheetchange event handler which insists that for certain cells,
the row and/or column "label" cells be populated/edited before these
certain cells are populated. This event handler has been in place for years,
but I only found out recently that it is not triggered if the cell is
autofilled.

I have not yet decided how precisely I'm going to code this solution,
but I have demonstrated to my own satisfaction that propoerly coded,
and copied into the worksheet code area of each sheet of interest (boring),
the following will solve my problem

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.address includes Cell(s)_of_Interest then
React accordingly
end if
End Sub

If anyone can come up with a neater solution, I guess we'd both be grateful.

"Dev" wrote:

Is there a way to track "AutoFill (CopyPaste)" event programmatically?

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel screen capture to capture cells and row and column headings jayray Excel Discussion (Misc queries) 5 November 2nd 07 11:01 PM
How to capture autofill? Dev Excel Programming 0 June 28th 06 07:41 PM
Autofill: Need to autofill one week block, (5) weekday only into cells. dstock Excel Discussion (Misc queries) 1 June 17th 05 08:21 PM
Q. Autofill question: Can I autofill alpha characters like I can numbers? George[_22_] Excel Programming 5 August 7th 04 10:33 AM
Up Capture Alex Excel Programming 0 July 26th 04 08:09 PM


All times are GMT +1. The time now is 05:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"