Fill Handle in .NET

D

Dave Peterson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top