Hi, thanks for taking the time to help me! I'm pretty new at <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-bottom-style: dotted; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-bottom-color: rgb(0, 0, 0); border-left-color: initial; border-image: initial; cursor: help; color: rgb(51, 51, 51); background-color: rgb(250, 250, 250);">VBA</acronym>, I took a course in college about 6 years ago and I haven't had to use that knowledge since recent and it's not coming back to me as quickly as I hoped.
I'm working on a project tracker for construction. When initially inputting the job number (ex: 0000-0000-0000) I need a vba to search across ALL the worksheets and highlight the duplicate. Ultimately I would like a message box to open with the location of where the duplicate is, but highlighting the 2 cells is good enough.
I have 5 tabs
Maint = Sheet1
NewBuild = Sheet4
Pending = Sheet5
QC = Sheet6
Complete = Sheet7
Thanks for your time! It's much appreciated!
I'm working on a project tracker for construction. When initially inputting the job number (ex: 0000-0000-0000) I need a vba to search across ALL the worksheets and highlight the duplicate. Ultimately I would like a message box to open with the location of where the duplicate is, but highlighting the 2 cells is good enough.
I have 5 tabs
Maint = Sheet1
NewBuild = Sheet4
Pending = Sheet5
QC = Sheet6
Complete = Sheet7
Thanks for your time! It's much appreciated!