+ Reply to Thread
Results 1 to 5 of 5

loading userform form open

  1. #1
    Forum Contributor
    Join Date
    01-06-2007
    Posts
    103

    Exclamation loading userform form open

    hi everyone

    i have created an userform which i would like to show when the file is opened, which i can do on open

    but how do clear out each textbox when i next use the form, for example the form is completed and then a 'continue' button is pressed and the information is transferred to the spreadsheet and the form is closed - tried using
    userform1.hide and unload userform1 but neither appear to work

    any ideas?

    thanks

  2. #2
    Forum Contributor stevebriz's Avatar
    Join Date
    09-07-2006
    Location
    Santiago Chile
    Posts
    389
    did you try:
    Unload userform1
    VBA - The Power Behind the Grid

    Posting a sample of your workbook makes it easier to look at the Issue.

  3. #3
    Forum Contributor
    Join Date
    01-06-2007
    Posts
    103

    open form

    yes i did....no luck

    any other suggestions??

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    in the continue button you need the code

    Please Login or Register  to view this content.

  5. #5
    Forum Contributor stevebriz's Avatar
    Join Date
    09-07-2006
    Location
    Santiago Chile
    Posts
    389
    When a userform loads ..the text boxes comes up the values set in the text property.
    Here is some ideas
    1/ Make sure you the text property is blank for each text box
    2/ Try clearing each textbox in the form initiliaze event. eg:

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1