I am using Jerry Boclaires macro for splitting date from one worksheet into many based on column A, but half way through there is an error with this line of code:
If Not Evaluate("=ISREF('" & MyArr(Itm) & "'!A1)") Then 'create sheet if needed
any ideas?
If Not Evaluate("=ISREF('" & MyArr(Itm) & "'!A1)") Then 'create sheet if needed
any ideas?