Consulting

Results 1 to 5 of 5

Thread: Fail to scroll down the form by using mouse wheel in an outlook form

  1. #1
    VBAX Regular
    Joined
    Jul 2016
    Posts
    9
    Location

    Question Fail to scroll down the form by using mouse wheel in an outlook form

    I designed a form in outlook. When I tested the form, I could only scroll down the form page by dragging scrollbar. The mouse wheel doesn't work. How to fix this problem?

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    It is not simple.

    See this: https://social.msdn.microsoft.com/Fo...0?forum=isvvba

    If you get it to work, will you share the code with us and explain how to use it?
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  3. #3
    VBAX Regular
    Joined
    Jul 2016
    Posts
    9
    Location
    Thank you for the link. Actually I am using 64-bit office 2010 on 64-bit windows 7 and the form I created was not a userform. The first time designed a form in outlook and the form I created was in 2nd page of an email template (the whole email template can be found in user templates in the user's system). After knowing userform, I've tried to design one but I'm still confused about the difference between the form I designed before and the userform. But glad to know that I can put some code in the submit command button. I want to export the data in the form to an excel sheet(a user fill in the form and click the submit button and then his/her data could be exported to excel, which is considered as a database for every user's data collected. Is there any sample code that I can learn from? btw, I have used several types of controls such as textbox, checkbox, and also I hope to create controls such as date select box. Is there any solution via vba?

  4. #4
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    ! suggest that you use the "Thread Tools" to mark this thread solved and start a new thread "Export Data From Template To Excel" in this Outlook folder with the issue:
    I want to export the data in the form to an excel sheet(a user fill in the form and click the submit button and then his/her data could be exported to excel, which is considered as a database for every user's data collected.
    I just can't help with Outlook code.



    Edit: I see you have done that. Link: Formalize a request form process in outlook and

    I have marked this thread "Solved."
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  5. #5
    VBAX Regular
    Joined
    Jul 2016
    Posts
    9
    Location
    ok, thank you for your help

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •