+ Reply to Thread
Results 1 to 16 of 16

VBA Code is not Entering UserForm Values on Worksheet

Hybrid View

  1. #1
    Registered User
    Join Date
    06-15-2014
    Location
    Cuthbert, Ga
    MS-Off Ver
    Office 2013
    Posts
    64

    Re: VBA Code not working

    Quote Originally Posted by nathansav View Post
    Worksheets("2014").Range("D" & LastRow).Value = tbNetSales.Value etc
    Thank you nathansav for your help. I've fixed my code per your advice, and now I am receiving this error:

    Application-defined or object-defined error

    Did I forget to define something?

    Here is my updated code:
    Private Sub btnOkay_Click()
    Dim LastRow As Long
    
    'Adds 1 to get to the Row following the last populated Row
    LastRow = Worksheets("2014").Cells(Rows.Count, 1).End(xlUp).Offset(1)
    Worksheets("2014").Range("D" & LastRow).Value = tbNetSales.Value
    Worksheets("2014").Range("G" & LastRow).Value = tbDiscounts.Value
    Worksheets("2014").Range("P" & LastRow).Value = tbCreditCards.Value
    
    End Sub

  2. #2
    Registered User
    Join Date
    06-15-2014
    Location
    Cuthbert, Ga
    MS-Off Ver
    Office 2013
    Posts
    64

    Re: VBA Code not working

    Quote Originally Posted by drsadistic View Post
    Thank you nathansav for your help. I've fixed my code per your advice, and now I am receiving this error:

    Application-defined or object-defined error

    Did I forget to define something?

    Here is my updated code:
    Private Sub btnOkay_Click()
    Dim LastRow As Long
    
    'Adds 1 to get to the Row following the last populated Row
    LastRow = Worksheets("2014").Cells(Rows.Count, 1).End(xlUp).Offset(1)
    Worksheets("2014").Range("D" & LastRow).Value = tbNetSales.Value
    Worksheets("2014").Range("G" & LastRow).Value = tbDiscounts.Value
    Worksheets("2014").Range("P" & LastRow).Value = tbCreditCards.Value
    
    End Sub
    Anyone with any ideas?

+ 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] Vba code working in workbook module but not working from personal.xlb
    By satputenandkumar0 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-19-2014, 05:47 AM
  2. Replies: 1
    Last Post: 11-13-2013, 10:28 AM
  3. Removing code line stops code working?!?!?
    By adamj1910 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-31-2012, 02:36 PM
  4. [SOLVED] VBA Code (colums to row, autofill) stop working in row 294 when new cable code appear
    By sknifseht in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-29-2012, 05:27 AM
  5. Code for email alerts from excel isn't working, wrong code possibly?
    By jessthorogood in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-27-2012, 01:45 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