cant work!
ok, let me explain further..
I have 4 columns in my spreadsheet. First column will be “date” (column A), second column will be “fruits” (column B), third column will be “amount” (column C) and the fourth column will be “total amount”.
Im using my userform to key in data. I group these under “fruitsA” (define/name). Now I want to know how to delete and edit my data.
In order to delete my data, I need to select the date thru combobox in a userform. Once I selected my data in the userform, my textbox 1,2,3 which contain fruits, amount and total amount will appear. What I want is, when I choose (for example: date 12 July 2006) and click the button delete. My spread sheet under column A that has the same date will be deleted together with the same row.
How do I do that?
Besides this, if I want to edit my data, once I click on combobox, my date will appear and all I want to do is, edit the figures maybe column C (from “20” to “30”) and save it to the spreadsheet my replacing the old date information.. I cant seems to do that too. I did something like tat, but it did not overwrite my old spread sheet… please advise as im new in userforms applications…