+ Reply to Thread
Results 1 to 2 of 2

Listbox_click action to paste value to sheet

  1. #1
    Registered User
    Join Date
    11-07-2014
    Location
    California
    MS-Off Ver
    2010
    Posts
    54

    Listbox_click action to paste value to sheet

    Hello, I am a beginner at VBA and need your help with this code I been trying to modified.

    I need the values on Data sheet B, C, D, E, F, G to be paste in the correct area on Output sheet.


    Please Login or Register  to view this content.
    I only want the selection to be paste in specific area

    Value on B Data Sheet = B8
    Value on C Data Sheet = B9
    Value on D Data Sheet = B10
    Value on E " " Value F Value G Data Sheet = B11
    For Mailing Format.

    I also need to remove the additional +1 line so when end user select a new click it would just replace the follow selection instead of adding +1



    FULL CODE FOR REFERENCES
    Please Login or Register  to view this content.
    Last edited by khhoa; 11-12-2014 at 09:05 PM.

  2. #2
    Registered User
    Join Date
    11-07-2014
    Location
    California
    MS-Off Ver
    2010
    Posts
    54

    Re: Listbox_click action to paste value to sheet

    Was about to solve the problem with:

    Sheets("Output").Range("B9").Value = Sheets("Data").Range("D" & CR).Value

+ 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: 2
    Last Post: 01-18-2014, 10:54 PM
  2. Refresh listbox when list is changed via listbox_click event
    By CaptRPowers in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-22-2012, 08:47 AM
  3. Action when Paste
    By hojkoff in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-09-2011, 05:49 AM
  4. Listbox_Click event not firing
    By Baapi in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-30-2007, 01:25 PM
  5. Autofilter works... just not in my ListBox_click!
    By Mike in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-12-2005, 10:06 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