+ Reply to Thread
Results 1 to 6 of 6

Userform that Start Data Enty At A Particular Range

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

    Userform that Start Data Enty At A Particular Range

    This formula starts me at D2, need it to begin at cell D18

    Private Sub CommandButton1_Click()
    Dim rngNext As Range

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

    End Sub

  2. #2
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: Userform that Start Data Enty At A Particular Range

    Change the Offset from (1) to (17)
    1N73LL1G3NC3 15 7H3 4B1L17Y 70 4D4P7 70 CH4NG3 - 573PH3N H4WK1NG
    You don't have to add Rep if I have helped you out (but it would be nice), but please mark the thread as SOLVED if your issue is resolved.

    Tom

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

    Re: Userform that Start Data Enty At A Particular Range

    It now pushes each entry 17 cells down instead of 1. This is driving me crazy

  4. #4
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: Userform that Start Data Enty At A Particular Range

    This will work...it might not be the best solution, but it works
    Please Login or Register  to view this content.

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

    Re: Userform that Start Data Enty At A Particular Range

    Thankyou so much, I will take it.

  6. #6
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: Userform that Start Data Enty At A Particular Range

    You're welcome.....glad it worked for you.

+ 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. Replies: 1
    Last Post: 03-12-2015, 01:51 AM
  2. Replies: 3
    Last Post: 09-03-2014, 09:59 AM
  3. [SOLVED] Find last row with data below a known start row, select and name the range
    By BeachRock in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-07-2013, 08:03 PM
  4. Summing a Range of Data with Variable Start and Finish
    By ExcelDumDum in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-14-2012, 12:51 PM
  5. Start filling data in a range after completing another??
    By Zhennie in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-26-2009, 03:16 AM
  6. copy data from start to end range
    By stoey in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-03-2009, 01:24 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