M
mcpheat
Can you please help me with some code that can be entered into
a worksheet to "disable" a user doing a fill down with "control D".
It may be helpful to just disable control "a" to "z" so as to keep
control pageup/down still in operation.
I suspect it would go into the following private sub
Worksheet_Change(ByVal target As Excel.Range)
Thanks for your help.
Tony.
a worksheet to "disable" a user doing a fill down with "control D".
It may be helpful to just disable control "a" to "z" so as to keep
control pageup/down still in operation.
I suspect it would go into the following private sub
Worksheet_Change(ByVal target As Excel.Range)
Thanks for your help.
Tony.