I'm incredibly new to VBA and struggling to find a code online that'll help implement my idea.
I have records in sheet1 with ID's in column A, and at the end of the record I wish to add a button that says "Complete".
In sheet2, it contains the same records (sheet1 contains a list of records not complete), so I want this button to match the ID from sheet1 with the same ID in sheet2, then mark the cell in column I in sheet2 as "Complete".
It sounds very simple, but I can't quite get my head around VBA just yet! Your help would be much appreciated.
I have records in sheet1 with ID's in column A, and at the end of the record I wish to add a button that says "Complete".
In sheet2, it contains the same records (sheet1 contains a list of records not complete), so I want this button to match the ID from sheet1 with the same ID in sheet2, then mark the cell in column I in sheet2 as "Complete".
It sounds very simple, but I can't quite get my head around VBA just yet! Your help would be much appreciated.