D
D Van
I am receiving a type mismatch error on the below. I am using the RangeCat
function that I was provided earlier last week.
Dim RangeCat as Variant
Range("Sheet2!A1").Value =
Application.WorksheetFunction(RangeCat("Macro!A2:A500", ",", 1))
Any ideas?
Thanks
function that I was provided earlier last week.
Dim RangeCat as Variant
Range("Sheet2!A1").Value =
Application.WorksheetFunction(RangeCat("Macro!A2:A500", ",", 1))
Any ideas?
Thanks