Hi Fluff13,
How are you? I hope all is well. I'm having an issue with a vba code you helped me with about 2-3 weeks ago. The code is re-pasted below.
The original file that was used with this code was updated (meaning we cleared out the previous months data and are now using current month data). I'm getting a type mismatch 13 error on the following line: Ary(i, 2) = Ary(i, 1) & "-" & .Item(Ary(i, 1)).
I'm not entirely familiar with scripting dictionaries and/or if there is something else that would be causing this error. I assumed I could just keep recycling/reusing the code each month as new data arrives. Any help would be greatly appreciated. Thank you.
Bookmarks