Ok, So I have LogInName (UserID) in Column N, and the AccessRights in Column P, therefore I want to put the TimeDateStamp in Column Q if the AccessRights = FullAccess.
Will this do that?
Call Application.VLookup(LogInName, Sheets("tblUsers").Columns("N:P"), 3, 0) Sheets("tblUsers").Columns("N").Find(LogInName).Offset(0, 3) = Date