+ Reply to Thread
Results 1 to 3 of 3

Text box to worksheet cell

  1. #1
    Registered User
    Join Date
    12-23-2015
    Location
    Novi, United States
    MS-Off Ver
    MS Office 2013
    Posts
    5

    Text box to worksheet cell

    Hey,

    I’m new in this VBA programming in excel.

    My first project is simple, but not for me.
    Idea.png
    I want to input values in a text box and after I click on the next button they will appear in a worksheet (“NOUSE”) in a designated cell.

    All text boxes, but the last one, must be filled to advance for the next step.

    Thanks for the help.

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Text box to worksheet cell

    This would be an example of the syntax...

    Sheets("NOUSE").Range("A1").Value = TextBox1.Value
    Last edited by AlphaFrog; 01-10-2017 at 11:53 AM.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Text box to worksheet cell

    Deleted (double posted)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Macro to Change Text Color to Red in Cell Based of Cell Value in Another Worksheet
    By jriemanx2 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-18-2016, 11:09 AM
  2. Replies: 0
    Last Post: 11-06-2012, 06:44 PM
  3. Replies: 1
    Last Post: 01-11-2010, 12:31 PM
  4. Copy data from cell in one worksheet, add text, and paste to cell in another sheet
    By drewship in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-14-2009, 01:27 PM
  5. Seeing all the text in a worksheet cell
    By KaiserD2 in forum Excel General
    Replies: 3
    Last Post: 09-23-2008, 11:37 AM
  6. [SOLVED] Copy text from text box to cell in another worksheet
    By pfa in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-23-2006, 08:35 PM
  7. Excel VBA: Worksheet cell .Text property: 1024 bytes text len limit
    By loyso in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-03-2005, 10:06 AM

Tags for this Thread

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