I'm creating a macro that automates the creation of Org Charts on Visio....
When the macro loops through specific names in a list I want to check to see if the employee exists within our company.
Potential Solution (untested):
Go to I.E. to employee directory website. Search the person's name - if the person's name appears then we have a match!
Is there any better way of doing this? I also have the user's email if I have their correct first and last name because the nomenclature is the same when employees are given email addresses.
firstname.lastname@xyz.com
Sortof like CheckName in Outlook
When the macro loops through specific names in a list I want to check to see if the employee exists within our company.
Potential Solution (untested):
Go to I.E. to employee directory website. Search the person's name - if the person's name appears then we have a match!
Is there any better way of doing this? I also have the user's email if I have their correct first and last name because the nomenclature is the same when employees are given email addresses.
firstname.lastname@xyz.com
Sortof like CheckName in Outlook