Consulting

Results 1 to 4 of 4

Thread: Solved: Using spreadsheet with a userform activated

  1. #1

    Solved: Using spreadsheet with a userform activated

    Hi everyone
    Can I use the spreadsheet while the userform is activated???

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Set the userform's ShowModal property to False.

  3. #3
    VBAX Regular
    Joined
    Oct 2010
    Posts
    73
    Location
    Hi,

    Set the usemform property "ShowModal" to False.
    This will allow you to enter info in the worksheet while the Userform is in view.
    My Time is valuable. The forum's time is valuable.
    So take time to say "Thanks"

    As with all programs there may be an easier way!
    CharlesH

  4. #4
    Thank you very much
    I appreciate your efforts and your time

Posting Permissions

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