This only works when Sheet1 is selected. If Sheet2 is selected, it returns an error of
1004
Select method of Range class failed.
Sheet1 and Sheet2 are the only sheets in my entire book... When I debug, it goes to the c.Select line...
I've tried referencing the Sheet1 exactly with Sheets("Sheet1").Range("A:A") and every other possible combination I can think of...
I do NOT want Sheet1 to need to be selected or even visible necessarily.
Also the Vals variable is set earlier in the code and returns the correct information...
Bookmarks