Results 1 to 5 of 5

Trying to get new inputs from Userform into New/Unused Columns

Threaded View

  1. #1
    Registered User
    Join Date
    04-19-2017
    Location
    Toronto, Canada
    MS-Off Ver
    2016
    Posts
    4

    Trying to get new inputs from Userform into New/Unused Columns

    Hi All,

    I am trying to get values from a userform input into columns; every time I put a new value into a new userform, the results should shift over to the next column. The code in question is below.

    If Me.ComboBox1.Value = "" Then
            MsgBox "Select the part"
    Else
    Set Found = Sheets("PARTS_TRACKER").Range("A:A").Find(What:=Me.ComboBox1.Value, _
                                                           LookIn:=xlValues, _
                                                           LookAt:=xlWhole, _
                                                           SearchOrder:=xlByRows, _
                                                           SearchDirection:=xlNext, _
                                                           MatchCase:=False)
          
    Found.Offset(0, PR).Value = Me.TextBox43.Value
     
    End If
    Last edited by Leith Ross; 04-19-2017 at 08:38 PM. Reason: Added Code Tags

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do you get rid of unused rows and columns?
    By tlong1962 in forum Excel General
    Replies: 2
    Last Post: 03-06-2013, 05:19 PM
  2. Making Unused UserForm Textboxes Invisible
    By ChemistB in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-05-2011, 01:00 PM
  3. How do I clear unused rows or columns
    By CheeseIsGood in forum Excel General
    Replies: 4
    Last Post: 05-11-2007, 06:14 PM
  4. removing unused columns and rows
    By WarrenC in forum Excel General
    Replies: 1
    Last Post: 07-10-2006, 04:34 PM
  5. Deleting unused columns
    By dramajuana in forum Excel General
    Replies: 2
    Last Post: 06-10-2006, 07:20 PM
  6. Help selecting a range in vba from userform inputs
    By grievesy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-27-2006, 05:35 PM
  7. Eliminate unused columns
    By jlbreyer in forum Excel General
    Replies: 3
    Last Post: 06-20-2005, 03:05 PM

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