G
Guest
Since ms works 7.0 does not have vba functionality, how can I do the following?
if cell(A3) = "c" THEN the amount entered by the user in b3:h3 needs to show as .5 * the amount the user enters else it is 1 * the amount the user enters in the b3:h3 range of cells. This needs to be available for new rows as they are added. In vba i could use an on exit from the cell and do the calculation but am handicapped in ms works and the client does not want to use excel.
if cell(A3) = "c" THEN the amount entered by the user in b3:h3 needs to show as .5 * the amount the user enters else it is 1 * the amount the user enters in the b3:h3 range of cells. This needs to be available for new rows as they are added. In vba i could use an on exit from the cell and do the calculation but am handicapped in ms works and the client does not want to use excel.