+ Reply to Thread
Results 1 to 5 of 5

Entering data next blank row in a table

  1. #1
    Forum Contributor
    Join Date
    08-29-2006
    Location
    London
    MS-Off Ver
    Excel 2016
    Posts
    314

    Entering data next blank row in a table

    Hi everyone
    On the attached userform i have "Enter" button which enters data from Textboxes into "EXPENSE" sheet but I can't get data put in Colum B between 1 to 12 , if all rows filled in then a message pops up "now empty row". Can you help please?
    There is a button "Return Excel" button will take you excel sheet.
    Many thanks
    Attached Files Attached Files

  2. #2
    Forum Contributor banaanas's Avatar
    Join Date
    08-26-2014
    Location
    Finland
    MS-Off Ver
    2016
    Posts
    199

    Re: Entering data next blank row in a table

    You need to explain this a bit more. I find no reference in the code that would pop a "now empty row" message, and If I try the Enter button, everything seems to work fine.
    Tuomas "Banaanas" Savonius
    Trying to give back now when I actually can do some VBA

  3. #3
    Forum Contributor
    Join Date
    08-29-2006
    Location
    London
    MS-Off Ver
    Excel 2016
    Posts
    314

    Re: Entering data next blank row in a table

    Don't worry about "I find no reference in the code that would pop a "now empty row" message, " I can sort this one out my self. But for the rest,

    sorry for my explanation. I meant when you click the "Enter " button it should put the Textbox vales in to the rows then you can do the next row entries.

    So every time you click the "Enter" button all the data goes to the next empty row between 1st to 12th row on the EXPENSE sheet, then user textboxes go blank so that I can put the next row entries until I fill in up to the 12th row, obviously the listview will be updated every time I enter a row values.

    For example ;

    REF -"CLIENT/OVERHEAD" ------- CLIENT NO. ----- MATTER NO., -----TYPE OF EXPENDITURE------- PURPOSE OF EXPENSE -----NET --------- VAT-------- Total


    1 --- cboSelect.value -----ExpsClient.value ---- ExpsMaterNo.value -----TypeOfExp.value ------ ExpsPE.value ----------- ExpsNet.value ---- ExpsVat.value------ ExpsTotal.value
    2 next row entry
    3 next row entry
    4 next row entry
    Last edited by lapot; 02-18-2019 at 12:51 PM.

  4. #4
    Forum Contributor banaanas's Avatar
    Join Date
    08-26-2014
    Location
    Finland
    MS-Off Ver
    2016
    Posts
    199

    Re: Entering data next blank row in a table

    Ah ok. just simply change
    Please Login or Register  to view this content.
    to:
    Please Login or Register  to view this content.
    By the way, If you have time you really should do a cleanup of the whole code.
    There is a lot of messy things (setting screen updating to false, never turning it back, no option explicit at the beginning and so on).

    If you need help with that then when you have coded all the functionalities you can hit me up, and we can take a look at it together

  5. #5
    Forum Contributor
    Join Date
    08-29-2006
    Location
    London
    MS-Off Ver
    Excel 2016
    Posts
    314

    Re: Entering data next blank row in a table

    thank you banaanas I will try to adjust it

    really appriciated

+ 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. Entering data into table and filling in missing dates
    By troutman in forum Excel General
    Replies: 7
    Last Post: 10-01-2014, 10:43 AM
  2. Entering data in in 1st blank cell in specific row
    By andyman1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-05-2014, 01:03 PM
  3. [SOLVED] Entering a blank if there is missing data in another cell
    By Beazle in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-29-2012, 12:28 PM
  4. Entering data in one month, but creating YTD table
    By WarrenC in forum Excel General
    Replies: 5
    Last Post: 05-01-2010, 01:04 PM
  5. entering data based on a lookup table
    By rgdwar1 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-19-2008, 09:03 AM
  6. entering data to table
    By philcud in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-26-2005, 05:19 PM
  7. entering data to table
    By philc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-26-2005, 05:15 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