Worksheet Change with a filldown

Always_A_Newbie_2

Board Regular
Joined
Feb 25, 2004
Messages
69
Hi,
Say I have 2 columns A + B. A holds user input and B holds a formula. I didn't want the user to have to keep dragging the formula down so I made a filldown+worksheetchange sub. Works fine, but I've discovered that if I "cut" info out of a cell and paste in in the one below the filldown doesn't occur, which means that the Worksheet_Change Sub isn't being called.

Could anyone tell me why Cut, and probably copy don't call this Sub (paste doesn't call it either for me), and any possible way around this?

Thanks
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Works OK for me (XL97). It should work because the target cell value is changed by the process. Does the rest of your code stop the macro if the activity is outside a particular range ?
 
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,078
Latest member
skydd

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top