+ Reply to Thread
Results 1 to 3 of 3

User Form Data Entry Specific Range Start

  1. #1
    Registered User
    Join Date
    02-17-2016
    Location
    United States
    MS-Off Ver
    2007
    Posts
    11

    User Form Data Entry Specific Range Start

    I have a user form that when I enter data, I need it to start at D18 and counts down a line after each entry till D42, than start up at D50 etc.. see ranges below:

    Range("D18:D42")
    Range("D50:D89")
    Range("D96:D135")

    Set rngNext = ws.Range("D" & Rows.Count).End(xlUp).Offset(1)
    rngNext.Value = TextBox2.Value

    This seems to work except it starts at D96, instead of at D18

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: User Form Data Entry Specific Range Start

    A loop would help in this.
    Perhaps it would help arrive at a solution if you could post your workbook with the userform and highlight the cells you need populated.

    BSB

  3. #3
    Registered User
    Join Date
    02-17-2016
    Location
    United States
    MS-Off Ver
    2007
    Posts
    11

    Re: User Form Data Entry Specific Range Start

    I dont see where to attach the sheet therefore all I have is a picture2016-04-06 (1).png
    Last edited by simpdogg; 04-06-2016 at 02:45 PM.

+ 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. User form Data Entry Help VBA
    By yates1_99 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-24-2015, 01:14 AM
  2. [SOLVED] Define where to start entering data from a user form
    By chloedee in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-18-2015, 08:16 AM
  3. User Form Data Entry
    By caltman242 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-14-2015, 04:36 AM
  4. I need to make data entry user form
    By gunatilake.dayan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-07-2014, 10:35 AM
  5. Select user form with data entry
    By itsunclebill in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-01-2010, 12:07 AM
  6. User Form for Data Entry In Excel
    By tariqnaz2005 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-10-2009, 09:40 AM

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