Consulting

Results 1 to 3 of 3

Thread: Solved: create notepad

  1. #1

    Solved: create notepad

    Is it possible to insert/create a notepad (scratch pad) on a userform so I can copy and paste information to it?

  2. #2
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,729
    Location
    Sort of like a scratch pad

    Paul
    Attached Files Attached Files

  3. #3
    VBAX Mentor
    Joined
    Jun 2004
    Posts
    363
    Location
    You can use a RichTextBox control.

    I used this method (Excel 2007)
    While in form design, right click in the toolbox and choose Additional Controls...
    Select Microsoft Rich Textbox Control 6.0 (SP4)

    I ran into a problem when trying to add the control to the form. I got an error stating "subject is not trusted for the specified action". I was able to overcome the 'error' by changing the following Registry setting " HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX
    Compatibility\{3B7C8860-D78F-101B-B9B5-04021C009402} " to 0 (zero)

    The registry change was based on information found here -

Posting Permissions

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