k3vsmith Member Feb 25, 2016 #26 What do I define stuff, j and i as? Im getting a Type mismatch error when I try to run.
p45cal Well-Known Member Feb 25, 2016 #27 Don't Dim them as anything; Dim j, i, stuff should do if you must keep Option Explicit at the top of the code module.
Don't Dim them as anything; Dim j, i, stuff should do if you must keep Option Explicit at the top of the code module.
k3vsmith Member Feb 26, 2016 #28 Perfect. Thanks again! Any new tasks I have for this worksheet Ill post in new thread. I want to comb through and clean up the vba code that I have. Thanks for your help.
Perfect. Thanks again! Any new tasks I have for this worksheet Ill post in new thread. I want to comb through and clean up the vba code that I have. Thanks for your help.