Greetings all... I am a "newbie" and this is my first post. Actually, it's my first foray into VB as well. Here's the question...
Let's say I have a cell (A15) into which I can enter one of four values (either UNK, NA, YES, or NO).
Depending on what is entered into A15, I want to populate cells D15, D16, D17, D18.
If I enter UNK into A15, then I want to see UNK in D15-D18.
If I enter NA into A15, then I want to see NA in D15-D18.
If I enter NO into A15, then I want to see NA in D15 and leave D16-D18 blank.
If I enter YES into A15, then I want to leave D15-D18 blank.
As a second part to this question, in VB, can I use cell names as the variables in my code?
Many, many thanks!
- Evan
Let's say I have a cell (A15) into which I can enter one of four values (either UNK, NA, YES, or NO).
Depending on what is entered into A15, I want to populate cells D15, D16, D17, D18.
If I enter UNK into A15, then I want to see UNK in D15-D18.
If I enter NA into A15, then I want to see NA in D15-D18.
If I enter NO into A15, then I want to see NA in D15 and leave D16-D18 blank.
If I enter YES into A15, then I want to leave D15-D18 blank.
As a second part to this question, in VB, can I use cell names as the variables in my code?
Many, many thanks!
- Evan