I am trying to print each change in a validation list by using the following code;
When I attempt to run the code I am getting the following errors;
un-time error 1004 application defined or object defined error
or
method range of object worksheet failed
Anyone have any ideas?
Thanks,
Wray
Code:
Sub Print_all()
ActiveSheet.PrintOut
For Each c In Range("names")
[J5] = Change.Value
ActiveSheet.PrintOut
Next
End Sub
un-time error 1004 application defined or object defined error
or
method range of object worksheet failed
Anyone have any ideas?
Thanks,
Wray