Results 1 to 5 of 5

Thread: Solved: Show text from textbox on worksheet in textbox on userform

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Newbie
    Joined
    Apr 2007
    Posts
    3
    Location

    Solved: Show text from textbox on worksheet in textbox on userform

    In Excel, there are:

    1) A text-containing Autoshape Text Box ("tbWorksheet") residing in a Worksheet .
    2) A vba object textbox ("tbUserForm") residing in an attached UserForm.

    I wish to link tbWorksheet and tbUserForm such that text in tbWorksheet appears in tbUserForm.

    I have tried various linkages utilizing control source property, tb__.Text, tb__.Value, etc but can't make it work. Tr?s frustrant.
    Any assistance is greatly appreciated. Thanks in abundance.
    Last edited by ceeejayy; 04-25-2007 at 09:39 AM.

Posting Permissions

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