N
Nick Calladine
Hi
I wonder if someone can help me with the syntax on the following problem
I have a table which has the same dropdown form field box each one is called
CIS and is automatically created when added a new row.
I now doing a caculation where i scan through each row of the table and load
each cell in to its own variable so it can be valiadated and then caculated
upon
This is the first time i have used a form fields and struggling finding out
how to read the value of the dropdown box (the options selectable are CIS4 ,
CIS6, VAT, None
so far my code is
For intRows = intFirstUsableRow To .Rows.Count
strDeductionType = .Cell(introw,3). <missing syntax please advise>
Next
Thanks
I wonder if someone can help me with the syntax on the following problem
I have a table which has the same dropdown form field box each one is called
CIS and is automatically created when added a new row.
I now doing a caculation where i scan through each row of the table and load
each cell in to its own variable so it can be valiadated and then caculated
upon
This is the first time i have used a form fields and struggling finding out
how to read the value of the dropdown box (the options selectable are CIS4 ,
CIS6, VAT, None
so far my code is
For intRows = intFirstUsableRow To .Rows.Count
strDeductionType = .Cell(introw,3). <missing syntax please advise>
Next
Thanks