mad_schatz
Member
- Joined
- Jan 1, 2009
- Messages
- 15
- Programming Experience
- 1-3
Hello Gents,
I have to prepare a little application which I don't have idea how to accomplish that.And don't wanna use any excel automation to do it.
I have a excel page that needs to be converted to VB.NET. Here is an example :
A..................................B
-----------------------------
1.Item Name..................Sugar
2.Item Count in Box.........6
3.Item Price...................3 per Item
4.QTY...........................10
5.Total..........................= B2*B3*B4 (Excel Formula)
6.VAT...........................10%
7.COST.........................=B5*B6
Now, this list may got bigger. So I'll save them in a Access Table.
My problem is I need to give the user the ability to change the formula and when new lines added I want to give the user to be able to define new formulas.
So I got stuck on the handling the formulas. If it was a fixed list I caould handle it on variables but when it is a dynamic list, I'm out of ideas.
Any ideas welcome,
Cheers,
I have to prepare a little application which I don't have idea how to accomplish that.And don't wanna use any excel automation to do it.
I have a excel page that needs to be converted to VB.NET. Here is an example :
A..................................B
-----------------------------
1.Item Name..................Sugar
2.Item Count in Box.........6
3.Item Price...................3 per Item
4.QTY...........................10
5.Total..........................= B2*B3*B4 (Excel Formula)
6.VAT...........................10%
7.COST.........................=B5*B6
Now, this list may got bigger. So I'll save them in a Access Table.
My problem is I need to give the user the ability to change the formula and when new lines added I want to give the user to be able to define new formulas.
So I got stuck on the handling the formulas. If it was a fixed list I caould handle it on variables but when it is a dynamic list, I'm out of ideas.
Any ideas welcome,
Cheers,