D
De Vo
Hi
Can some one point me in the right direction because the more i read on
the forums and web the more I not too sure how i should tackle a problem
This is my first vba project which i have being trying to work out.
I have a table with 4 columns 1-3 are data and nett wages is caculated
value
Employees Name ; Gross Wages ; +/- deduction % ; nett wages
test user 100 +17.5% £ 117.50
test user 2 100 -20% £ 80.00
basically i need to figure out the best way of doing it.
The vba method by reading the values and creating a calculation for
each row
or i have been reading about the SEQ method of creating a formula to
step down the rows.
I have been able to get anything really to work..
with method one the vba i been able to read the cell but havent got the
caculation right.
and the other method of having the formula in the cell.. the notes
about seq has made my head hurt.
So can i ask for some light and guidance....
..... many thanks
De Vo
Can some one point me in the right direction because the more i read on
the forums and web the more I not too sure how i should tackle a problem
This is my first vba project which i have being trying to work out.
I have a table with 4 columns 1-3 are data and nett wages is caculated
value
Employees Name ; Gross Wages ; +/- deduction % ; nett wages
test user 100 +17.5% £ 117.50
test user 2 100 -20% £ 80.00
basically i need to figure out the best way of doing it.
The vba method by reading the values and creating a calculation for
each row
or i have been reading about the SEQ method of creating a formula to
step down the rows.
I have been able to get anything really to work..
with method one the vba i been able to read the cell but havent got the
caculation right.
and the other method of having the formula in the cell.. the notes
about seq has made my head hurt.
So can i ask for some light and guidance....
..... many thanks
De Vo