• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Load, aim, update! - Matching records and updating

Flick

New Member
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.
 
You mean, if I tick each complete task on sheet1, the button on sheet2 will then mark the corresponding record as complete?
 
No right now you have placed a button on each row on Sheet1, replace those button with a check box marked as complete on sheet1 and place a single button on sheet1, so when this button will be pressed it will mark all the id's on sheet2 as complete which are ticked on sheet1.

I hope this make sense.

regards,
 
That makes sense, I thought you wanted the button on sheet2, I misunderstood.

Like this, you mean?
 

Attachments

  • ToDo - Chandoo.xlsm
    35.4 KB · Views: 3
Back
Top