+ Reply to Thread
Results 1 to 4 of 4

Key in button not work

  1. #1
    Registered User
    Join Date
    05-09-2020
    Location
    Japan
    MS-Off Ver
    2016
    Posts
    11

    Key in button not work

    im try to insert vba button with functioning code. but im failed. button dont act like they way in the pictures. code was seem to be insert at bottom of my total sum and add1 and add2 value seem to be same. what am i missing with the vba code

    iCvrg6J.png


    Sub AddText2()
    Dim Lrow As Single

    With Worksheets("Sheet2")
    Lrow = .Range("F" & Rows.Count).End(xlUp).Row + 1
    .Range("F" & Lrow & ":G" & Lrow) = .Range("D2:D4").Value
    .Range("D2:D4").Value = ""
    End With

    End Sub
    Last edited by capcomdevil; 05-09-2020 at 09:26 PM.

  2. #2
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: [Help] Key in button not work

    Perhaps
    Please Login or Register  to view this content.
    Last edited by jindon; 05-09-2020 at 08:39 AM.

  3. #3
    Registered User
    Join Date
    05-09-2020
    Location
    Japan
    MS-Off Ver
    2016
    Posts
    11

    Re: [Help] Key in button not work

    Quote Originally Posted by jindon View Post
    Perhaps
    Please Login or Register  to view this content.
    it worked. thanks lot Jindon

  4. #4
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: [Help] Key in button not work

    You are welcome.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Click Button does not work
    By Craig_Foggo in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-27-2020, 04:24 AM
  2. Simple Copy/Paste work with Control Button but not for Command Button
    By tuongtu3 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-07-2019, 05:33 PM
  3. 3 Button Not Work (Conflict)
    By Jhon Mustofa in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-23-2018, 04:41 AM
  4. [SOLVED] Macro Doesn't Work Through Button, Does Work Through Developer ->Macros Option
    By freybe06 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-27-2013, 11:55 AM
  5. [SOLVED] Marco Button Does Not Work
    By fang603 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-24-2013, 02:01 AM
  6. Button suddenly does not work
    By Man Utd in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 10-20-2005, 02:05 AM
  7. [SOLVED] Spin button in a work sheet - how do I make it work?
    By [email protected] in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-07-2005, 04:06 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