I have develop a user Data Entry form for my spreadsheet document. which as
usual takes values from user and simply put them on appropriate cells. job
done.
Now on my form there is a field which takes sum of amounts as
"=200+786+900+3" etc. I want to place another text field which should or
would show me the sum before placing the entered data on worksheet.
Problem is, it does not.
Question is, how this task can be accomplish,
NOTE: For more simpler version of my problem one can view attached bitmap
file, as I am not always able to convey my message clearly.
I will realty appreciate your support.
Note: when i assign the value of amount text field to the some variable to
calculate the sum; it gives me some "type-mismatched" error. I have tried
things like "CDBL, CSTR, CLNG etc".