Hi
I am pretty new to Macro's/Vba etc and need a little help with the following if possible please.
I have a sheet where a user enters simple information to 'Book out' a specific piece of equipment that has a unique 'Item No."
when the user clicks the 'Book Out' button, all the information (shown just above the blue bar below) is copied and pasted as values into the correct position on this sheet. . . All this works good so far..
Before this happens though I would like to updated part of a record that already exists on another sheet with the 'Item No.' (A)
on the image below, A is the Item No. (which is a unique number on another sheet, but not neccesarily on this sheet).
and B is the infomation which will be copied. . . . again, no probs so far..
This is where I Need the help . . .
In the 'Equipment' sheet, i need search and find the unique Item No. (A) and replace the information in (B) with the information I have copied to the buffer... i.e. change the 'Missing' to 'Disposed'.
Is there a simple piece of coding that could help me with this??
Thanks in advance
I am pretty new to Macro's/Vba etc and need a little help with the following if possible please.
I have a sheet where a user enters simple information to 'Book out' a specific piece of equipment that has a unique 'Item No."
when the user clicks the 'Book Out' button, all the information (shown just above the blue bar below) is copied and pasted as values into the correct position on this sheet. . . All this works good so far..
Before this happens though I would like to updated part of a record that already exists on another sheet with the 'Item No.' (A)
on the image below, A is the Item No. (which is a unique number on another sheet, but not neccesarily on this sheet).
and B is the infomation which will be copied. . . . again, no probs so far..
This is where I Need the help . . .
In the 'Equipment' sheet, i need search and find the unique Item No. (A) and replace the information in (B) with the information I have copied to the buffer... i.e. change the 'Missing' to 'Disposed'.
Is there a simple piece of coding that could help me with this??
Thanks in advance