• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Macro Reqd for Forms Next and Previous button

webmax

Member
Hi

I have a forms in that there are five fields
1)Introduction
2) Personal details
3) Communication
4) Family Details
5) Education Details
In that i wrote four macros.
I need a Help if the person click on the Next Button it will go to the next Field
For example if i am in introduction page if i click the Next Button then it will run the macro and go to Personal Details and so on up to Education Details. Finally the Next should be went and Finish Button should appears.
Another thing if i am in Family Details if i click the previous button it will go to the communication Field.

Regards
Shahul
 

Attachments

Hi Webmax,

Check out the VB in attached. You can use use some Select Case to simplify # of macros needed, and make for a pretty nice user experience.
 

Attachments

Back
Top