Results 1 to 10 of 10

Clear not delete list box entry

Threaded View

  1. #1
    Forum Contributor
    Join Date
    12-11-2018
    Location
    Zurich
    MS-Off Ver
    2016
    Posts
    130

    Clear not delete list box entry

    Hi,

    I would like to clear not delete rows over a vba user form. How can I tranlate the code below into a code, that I can clear the selected entriy from the list box? Is this even possible without writing a funciton

    Private Sub Cmd_02_Click()
    
    
    Range("A15:GJ15").Clear
    End Sub
    Best




    Tried :

    With LB_00
    Dim i As Integer
    
    i = .List(.ListIndex, 0)
    End With
    Range("Ai:GJi").Clear
    
    End Sub
    Last edited by travelkid; 03-15-2019 at 03:58 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Combobox excel clear entry
    By RJ1969 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-06-2017, 06:00 PM
  2. [SOLVED] Stop entry overwrite and clear cell data off of entry in another cell
    By COURTTROOPER in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-26-2017, 02:33 PM
  3. [SOLVED] create clean list after delete bad entry
    By smatbis in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-25-2016, 06:38 PM
  4. Replies: 3
    Last Post: 09-12-2013, 12:37 AM
  5. Vba for move data & clear entry screen for entry new data..
    By santosh226001 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-27-2012, 09:19 PM
  6. Replies: 0
    Last Post: 04-30-2012, 12:59 PM
  7. Copy and Clear Entry
    By Christeen in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-05-2011, 09:44 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