For instance, I have a sheet which contains names of 100+ people. In column H I have their birth dates. What will the code look like if I want to find out which friend's birthday is today? Of course the macro will need to run through that column and see if today's date matches one with in column H. I have very little experience with VBA/Macros. Please and thank you for your help.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
This code will put a message on I column if someone' birthday is today as per H column. (Assuming G column has person's name.
|
|||
|
|
|
Here's something simple for it:
|
|||
|
|