Hey,
I am a newbie to VBA, so please excuse me if the question appears to be trivial.
Here is my challenge;
I have a column for customer names, which are manually filled by my sales guys every time they meet with a customer
Unfortunately for me, sometimes the guys enter invalid data like "Vacation" or "Out of Office" in this column.
I wanted to produce a code in VBA, such that when they enter specific words like "Vacation" or "Out of Office" in that column, they are prompted through the Msgbox that they should not be entering that data.
Any fix on this? Would really appreciate it.
Thank you!
I am a newbie to VBA, so please excuse me if the question appears to be trivial.
Here is my challenge;
I have a column for customer names, which are manually filled by my sales guys every time they meet with a customer
Unfortunately for me, sometimes the guys enter invalid data like "Vacation" or "Out of Office" in this column.
I wanted to produce a code in VBA, such that when they enter specific words like "Vacation" or "Out of Office" in that column, they are prompted through the Msgbox that they should not be entering that data.
Any fix on this? Would really appreciate it.
Thank you!
Last edited: