cfr. the attachment
cfr. the attachment
Last edited by snb; 01-03-2011 at 04:25 PM.
Hi snb,
What I'm trying to make will look like the this attachment.
So, total from "Buy" or "Sell" will be put in sequence by the date in "Cash Balance".
Each will be separated in different row.
cfr. the attachment.
In the balance sheet all data form sell and buy will be inserted.(64 rows)
After that you can sort this balance sheet (A1:F65) on date (menu/Data/sort).
That will definitely work if you sort correctly:
select A1:D63, menu/Data/sort
or using a macro
![]()
Sub sort_snb() Sheets("Cash Balance").Range("A1:D63").Sort Range("A2"), , , , , , , xlYes End Sub
Last edited by ganekon; 01-04-2011 at 11:04 PM.
nevermind, i've fix it. thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks