G
Guest
I am trying (very) to create some code that will create a range name starting
at cell B10, down to the final row with data in that column. I have a
starting point of
Finalrow = Range("F65536").End(xlUp).Row
Which uses column F to find the final row with data. I would like
assistance with the next line(s) of code to create a range called AssignedTo
Thanks in Advance for your help
at cell B10, down to the final row with data in that column. I have a
starting point of
Finalrow = Range("F65536").End(xlUp).Row
Which uses column F to find the final row with data. I would like
assistance with the next line(s) of code to create a range called AssignedTo
Thanks in Advance for your help