• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Question about list box using excel vba

I have an excel sheet(sheet1) having some data.In the sheet i have seven columns.On the other hand i have a user form with two text boxes ,a save button and a list box with multi select option, populated with the data from my sheet(sheet1).

After single or multi selection of rows when i enter the date and cheque no using the text boxes and save button,
i want the following result

1.In third column the payment statu should change from Unpaid to Paid.
2.The Amount in fourth column should apear in sixth column.
3.The cheque no should apear in seventh column of selected rows.


I have upload an image and file .

Please guide me to solve my problem.

Hq5Brx1








Hq5Brx1
 

Attachments

  • chequeEntry.xlsm
    21.5 KB · Views: 7
Last edited:
Hi,
I changed the way you had your file set up. I removed the "List" and used a "Double Click" method to show userform which I revamped your form.
All yo need to do is Double click the Invoice you wish to update. Fill in the data in the userform that is displayed and the click the button. The file will be updated. The userform will hide so that you can make another select.

Charles
 

Attachments

  • chequeEntry.xlsm
    19 KB · Views: 10
Back
Top