+ Reply to Thread
Results 1 to 2 of 2

How do I use checkboxes correctly?

  1. #1
    erikeve
    Guest

    How do I use checkboxes correctly?

    I want to have a list of items with checkboxes.
    If you check the box then it moves the item to the next sheet.
    I can sort of get this to work, however, when it moves it to the next sheet
    it is still on the same row as it was in the first sheet.
    How can I get the sheet to condense the items so that there are no blank
    rows??

  2. #2
    Nick Hodge
    Guest

    Re: How do I use checkboxes correctly?

    You will need to keep a track of where the last row on the second sheet is.
    Something like

    Dim lLastRow as Long

    lLastRow=Worksheets("Sheet2").Range("A65536").End(xlUp).Row


    Then use the lLastrow variable in the range to place your data

    --
    HTH
    Nick Hodge
    Microsoft MVP - Excel
    Southampton, England
    [email protected]HIS


    "erikeve" <[email protected]> wrote in message
    news:[email protected]...
    >I want to have a list of items with checkboxes.
    > If you check the box then it moves the item to the next sheet.
    > I can sort of get this to work, however, when it moves it to the next
    > sheet
    > it is still on the same row as it was in the first sheet.
    > How can I get the sheet to condense the items so that there are no blank
    > rows??




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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