Hi guys,
I've got this sub that acts like a function, i want to pass another table to it since i want my sub to do the exact same thing to two tablse. A code snippet from my code below.
For Each nameRNG In [table8[Employee Number]].Rows
emp_num_ser = nameRNG.Value
emp_row_ser =...