G
gus
I have a sheet that look like this:
col a col b col c col d
invoice No day Amount
1 205 2-apr-03 23.44
2 206 2-apr-03 55.18
3 207 5-Áðñ-03 12.45
4 208 5-Áðñ-03 22.89
5 209 5-Áðñ-03 33.76
6 210 5-Áðñ-03 55.43
7 211 5-Áðñ-03 33.22
8 212 5-Áðñ-03 19.76
9 213 9-Áðñ-03 22.45
10 214 9-Áðñ-03 55.88
11 215 9-Áðñ-03 55.77
And i want to transfer to a next sheet the total amound per day
and the invoice No (from No - to No)
For example
starting from row 1 at new sheet the result must be like this
col a col b col c col d col e
from to day Amount
1 205 206 2-apr-03 78,62
2 207 212 5-apr-03 177,51
3 213 215 9-Áðñ-03 134,10
The macro will be fired from a userform button
After select the month from a userform.combobox.
(This part of code is ready)
I have made the form and the combobox with months but i am stuck with the
first part i describe in the beginning.
col a col b col c col d
invoice No day Amount
1 205 2-apr-03 23.44
2 206 2-apr-03 55.18
3 207 5-Áðñ-03 12.45
4 208 5-Áðñ-03 22.89
5 209 5-Áðñ-03 33.76
6 210 5-Áðñ-03 55.43
7 211 5-Áðñ-03 33.22
8 212 5-Áðñ-03 19.76
9 213 9-Áðñ-03 22.45
10 214 9-Áðñ-03 55.88
11 215 9-Áðñ-03 55.77
And i want to transfer to a next sheet the total amound per day
and the invoice No (from No - to No)
For example
starting from row 1 at new sheet the result must be like this
col a col b col c col d col e
from to day Amount
1 205 206 2-apr-03 78,62
2 207 212 5-apr-03 177,51
3 213 215 9-Áðñ-03 134,10
The macro will be fired from a userform button
After select the month from a userform.combobox.
(This part of code is ready)
I have made the form and the combobox with months but i am stuck with the
first part i describe in the beginning.