run macro hyperlink

  • Thread starter Thread starter SueQueen
  • Start date Start date
S

SueQueen

I have a form in Excel with questions. For the Answer Column C, the user
should answer with either "1" or "2" They are not to leave it blank. The
questions go from C10 to C37. I have a hyperlink at the bottom that links to
another worksheet. I do not want them to be able to continue until they have
filled in cell, answering all questions with either a "1" or "2" Once they
finish the 2nd worksheet, They click End. I again want them to have to
answer each question. I am under a deadline and would greatly appreciate
anyone who can help me with a solution.
Thanks
 
You need to write a macro which will check whether all answers are checked in
and if not then stay on sheet 1. Put this on a continue button.

In the second do the same for the End button

Also in the Worksheet_Activate() method of sheet 2, you need to check
whether sheet 1 is complete, if not then activate sheet1 again...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top