Hi

I need to check my means ofa control button whether the user has dragged a cell from (G7:G14). Doing a macro i got:


Selection.AutoFill Destination:=Range("G7:G14"), Type:=xlFillDefault
Range("G7:G14").Select

but how can I actual put it in an if condtion to check?? Thanks for your help.