N
Nick C
Hi
I am currently playing with VBA / Macros
I have created a table with 4 columns
Column 1 : Name
Column 2 : Wages Amount (Number)
Column 3 : Deduction Rate (number / percentage)
Column 4 : Calculated field of Wages - Deduction
I have added a macro to add a row and delete a row depending on when people
leave.
The rest of the time the details are saved in the document
I wish to have assistance with have a script which basically will go down on
column 4 and work out the calculation and put the value in.
I don't know weather it is better to calculate it just via coding (which I
need help with) or to put a formula in the cell from code down each valid
row in the table and then get the whole table to calculate.
Can some one assist me with the basic concept.
many thanks
Devo
I am currently playing with VBA / Macros
I have created a table with 4 columns
Column 1 : Name
Column 2 : Wages Amount (Number)
Column 3 : Deduction Rate (number / percentage)
Column 4 : Calculated field of Wages - Deduction
I have added a macro to add a row and delete a row depending on when people
leave.
The rest of the time the details are saved in the document
I wish to have assistance with have a script which basically will go down on
column 4 and work out the calculation and put the value in.
I don't know weather it is better to calculate it just via coding (which I
need help with) or to put a formula in the cell from code down each valid
row in the table and then get the whole table to calculate.
Can some one assist me with the basic concept.
many thanks
Devo