Results 1 to 4 of 4

Get Data from a cell into TextBox1 in Userform?

Threaded View

  1. #1
    Forum Contributor
    Join Date
    04-30-2013
    Location
    D.C.
    MS-Off Ver
    Excel 2010
    Posts
    192

    Get Data from a cell into TextBox1 in Userform?

    Hello Excellers,

    I am struggling with making the userform able to get the data from a cell in a worksheet and pass it to textbox1 when it is opened. The data from the cell is refreshed every time the workbook opens (using external data: web source data).

    The code I wrote on the userform is:

    Formula: copy to clipboard
    Private Sub StoreVerse()
    Dim rngText1 As Range
    Set rngText1 = Sheets("Apr").Range("D3")
    TextBox1.Text = rngText1.Value
    'Application.Wait (Now + TimeValue("0:00:10")), "UnloadVerseForm"
    End Sub


    What am I writing erroneously?

    Let me know! Thanks!!!
    Last edited by excellenthelp; 03-22-2014 at 06:13 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Userform Textbox1 = Val(Textbox2.Value) / 2
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-14-2013, 09:37 AM
  2. If textbox1 is empty then put paste some default text to textbox1
    By vijaynadiad in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-19-2013, 03:16 PM
  3. [SOLVED] Troubles: setting userform- Textbox1 as a range
    By baggypants in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-03-2013, 01:55 PM
  4. Copy data from textbox1 to column A till end of cell data of column B
    By JoaoFerreira1985 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-12-2013, 01:19 PM
  5. [SOLVED] Outlook UserForm Textbox1=Subject
    By NewGuy OnBlock in forum Outlook Programming / VBA / Macros
    Replies: 2
    Last Post: 04-19-2012, 06:47 PM

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