D
Dale
Background.
From a varying Range I would like to AutoFill across to a varying
column picked by the user.
Range differs on different sheets. Might be D1629 or C14:C321 or
H1:H4, etc.
The user picks the column from a UserForm which returns a number to a
named range on sheet1.
I was hoping to be able to use this number to increament the column
number but I get either
"Error 1004, autofill method of range class failed" or
"Error 91, Object variable or With block variable not set"
Suggestions ?
From a varying Range I would like to AutoFill across to a varying
column picked by the user.
Range differs on different sheets. Might be D1629 or C14:C321 or
H1:H4, etc.
The user picks the column from a UserForm which returns a number to a
named range on sheet1.
I was hoping to be able to use this number to increament the column
number but I get either
"Error 1004, autofill method of range class failed" or
"Error 91, Object variable or With block variable not set"
Suggestions ?