View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scott A[_2_] Scott A[_2_] is offline
external usenet poster
 
Posts: 57
Default Message Box with three options

Hi. I never work with VBA so I am struggling with what is a very easy problem.

Upon opening a workbook, I would like to be prompted with three options:

1) Go to sheet "A"
2) Go to sheet "B"
3) "No"; basically quit and stay in the tab I am currently in

I currently have a Yes/No routine, but now I have another tab that I have
to consider going to.

Appreciate any help.