P
Patrick C. Simonds
In my routine I have the following Dim statement:
Dim mg As Range
Set mg = Range("Employees")
but I need to add the following in the same routine::
Dim rng
Set rng = Cells(ActiveCell.Row, 1)
Dim mg As Range
Set mg = Range("Employees")
but I need to add the following in the same routine::
Dim rng
Set rng = Cells(ActiveCell.Row, 1)