coordintor
New Member
- Joined
- Jun 9, 2015
- Messages
- 3
Hello,
I'm a new on forum. I need your help with creating VBA for button which will insert the date in particular cell in a row found by specyfied value)).
To put it simple, below is my tab.
<tbody>
</tbody>
<tbody>
</tbody>The logic is follow:
1. The value in D2 is changed
2. By means of button I need to insert and save the actual date in column5(F) if value in colum2(C) equals to D2.
3. If not found - message "not Found"
Thank you in advance for any help.
Please note that I'm not good in VBA
I'm a new on forum. I need your help with creating VBA for button which will insert the date in particular cell in a row found by specyfied value)).
To put it simple, below is my tab.
a | b | c | d | e | f | ||
1 | |||||||
2 | content | f | |||||
3 | |||||||
4 | column1 | column2 | column3 | column4 | column5 | ||
5 | xxxx | b | yyyy | zzzz | |||
6 | xxxx | c | yyyy | zzzz | |||
7 | xxxx | f | yyyy | zzzz | 15-06-09 | ||
8 | xxxx | g | yyyy | zzzz | |||
9 | xxxx | h | yyyy | zzzz | |||
10 | xxxx | a | yyyy | zzzz |
<tbody>
</tbody>
<tbody>
</tbody>
1. The value in D2 is changed
2. By means of button I need to insert and save the actual date in column5(F) if value in colum2(C) equals to D2.
3. If not found - message "not Found"
Thank you in advance for any help.
Please note that I'm not good in VBA