First, I am completely new to VBA and macros. I have searched high and low and can't find a solution that will work for what I need.
I have an employee roster that has a list of employee numbers that we use along with the current employee assigned to that number and if that number has any sales associated with it:
Rep Number Rep Name Sales
123456 John Doe yes
123457 Open No
123458 Open Yes
What I need is to duplicate a sheet (RepMaster) if Rep Name = "Open" and Sales ="Yes" and name the sheet with the Rep Number value.
Hope this makes sense to somebody other than myself...
Thanks in advance for any and all help
I have an employee roster that has a list of employee numbers that we use along with the current employee assigned to that number and if that number has any sales associated with it:
Rep Number Rep Name Sales
123456 John Doe yes
123457 Open No
123458 Open Yes
What I need is to duplicate a sheet (RepMaster) if Rep Name = "Open" and Sales ="Yes" and name the sheet with the Rep Number value.
Hope this makes sense to somebody other than myself...
Thanks in advance for any and all help