Fill Handle in .NET

  • Thread starter Thread starter Robert
  • Start date Start date
If you're trying to replicate dragging on the fill handle, you can look at
..filldown, .fillup, .fillright, .fillleft methods in VBA's help.

If you're trying to do copy|paste, I find it easiest to record a macro when I do
it manually to get the syntax.

If you're trying to see if one of those things has been used, then there's
nothing that will be that granular. You may be able to tie into the
worksheet_Change event.
 
Back
Top