-
flexgrid[resolved]
i have flexgrid which i want the system to calculate the total value of the flexgrid cell for the column.
i mean, like this,if there is 2 column in the flexgrid cell and the rows depend on variable
column 1 column 2
1 2
1 4
3 5
5 6
total column 1 = 10
total column 2 = 17
how to do this in vb??
im new in vb programming
i am not good enough to code sumthing like this..pls help,tq in advance
-
1 Attachment(s)
Here is a little app that will add up the total of the columns in a MsFlexGrid. You can click on each column and change the value and the total alters to suit. I didn't make it, but its easy enough to sort out the code.
:wave:
-
thank u keithuk
i got an idea wht to do