Hi all, I'm new to this forum but hope you can help me out!
I have created a calendar in Excel that works by using a 'multivlookup' function that I have defined as;
Public Function MultiVLookup(MatchWith As String, TRange As Range, col_index_num As Integer)
MatchWith = LCase$(MatchWith)
If...