D
Dave
I am moving all over a worksheet via Range
("cell").select, I now come to a decision tree.
Range("A19").Select
Answer = InputBox("Continue? Enter: Y or
N ?", "Answer", "", 1, 1)
ActiveCell.Value = Answer
If the user enters "Y", I want to proceed to A40
If the user enters "N" I want to proceed to A50
What is the best way to handle this?
Thanks,
Dave
("cell").select, I now come to a decision tree.
Range("A19").Select
Answer = InputBox("Continue? Enter: Y or
N ?", "Answer", "", 1, 1)
ActiveCell.Value = Answer
If the user enters "Y", I want to proceed to A40
If the user enters "N" I want to proceed to A50
What is the best way to handle this?
Thanks,
Dave