+ Reply to Thread
Results 1 to 5 of 5

Userform Add Value x number of times

Hybrid View

  1. #1
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,320

    Re: Userform Add Value x number of times

    You could use:

    fbaship.Range("D" & Rows.Count).End(xlUp).Offset(1).Resize(Val(your_textbox_name_here.text)).Value = search_merch_sku_txtbox.Value
    replacing the bold part as necessary
    Everyone who confuses correlation and causation ends up dead.

  2. #2
    Registered User
    Join Date
    09-25-2016
    Location
    Florida
    MS-Off Ver
    365
    Posts
    51

    Re: Userform Add Value x number of times

    Quote Originally Posted by rorya View Post
    You could use:

    fbaship.Range("D" & Rows.Count).End(xlUp).Offset(1).Resize(Val(your_textbox_name_here.text)).Value = search_merch_sku_txtbox.Value
    replacing the bold part as necessary
    PERFECT! Thanks, Fluff & Roya!

    Andy

+ 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. [SOLVED] Copy multiple columns x number of times based on variable number?
    By nobodyukno in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-19-2017, 04:13 PM
  2. Replies: 4
    Last Post: 10-20-2016, 12:48 PM
  3. Calculating number of times individual number appears in a pivot table
    By snoopy1461 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-15-2014, 08:39 AM
  4. [SOLVED] Checking range for a number from userform textbox more than 6 times
    By Templemind in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-30-2014, 11:21 AM
  5. [SOLVED] Count the number of times an A appears 5 or more times consecutively
    By CCook310 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 10-02-2013, 04:02 PM
  6. Replies: 1
    Last Post: 07-18-2013, 10:11 AM
  7. Replies: 5
    Last Post: 11-22-2010, 06:31 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