Hello
I want copying data from userform to sheet("daily") by insert new row after last row contains duplicate item in column b and match with selected combobox ,
then should copy combobox1,textbox1,textbox2= columns B,C,D ,as to column A should populate date(today).
the result as I highlighted
I want copying data from userform to sheet("daily") by insert new row after last row contains duplicate item in column b and match with selected combobox ,
then should copy combobox1,textbox1,textbox2= columns B,C,D ,as to column A should populate date(today).
the result as I highlighted
ase.xlsm | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | DATE | ACCOUNT NAME | DEBIT | CREDIT | ||
2 | 01/03/2023 | CASH BALANCE | 200,000.00 | |||
3 | 03/03/2023 | CASH PR | 2,000.00 | |||
4 | 03/03/2023 | CASH PR | 15,000.00 | |||
5 | 09/03/2023 | CASH PR | 500.00 | |||
6 | 13/03/2023 | CASH PR | 10,000.00 | |||
7 | 13/03/2023 | CASH PR | 15,000.00 | |||
8 | 14/03/2023 | CASH PR | 500.00 | |||
9 | 19/03/2023 | CASH PR | 500.00 | |||
10 | 19/03/2023 | CASH PR | 2,000.00 | |||
11 | 17/06/2023 | CASH PR | 12,000.00 | |||
12 | 05/03/2023 | CASH DM | 2,000.00 | |||
13 | 10/03/2023 | CASH DM | 500.00 | |||
14 | 15/03/2023 | CASH DM | 5,000.00 | |||
15 | 15/03/2023 | CASH DM | 2,000.00 | |||
16 | 15/03/2023 | CASH DM | 10,000.00 | |||
17 | 18/03/2023 | CASH DM | 25,000.00 | |||
18 | 19/03/2023 | CASH DM | 2,000.00 | |||
19 | 21/03/2023 | EXPENSE PR | 15,000.00 | |||
20 | 21/03/2023 | EXPENSE PR | 20,000.00 | |||
21 | 23/03/2023 | EXPENSE PR | 2,000.00 | |||
22 | 24/03/2023 | SALES | 200000 | |||
23 | 26/03/2023 | SALES | 1000 | |||
24 | 25/03/2023 | PURCHASE | 10000 | |||
DAILY |