How to update a worksheet based on a defined named range using VB.
Hello,
I have a worksheet with header in first cell A1 to K1.
In columnJ sarting from J1, I have some USER-IDs.
I have a defined list of users as TUserin worksheet Temp.
Based on the TUser, I want to remove all other rows, leaving behind
rows of TUsers only.
Also if TUser list is updated (added/removed) with a new user, it
should work accordingly.
|