Output in VBA Forms
Posted by Iain on August 25, 2001 7:35 AM
I have several inputs in a form..
lets say for simplicity input1 through input3 linked to cells A1:A3 using ControlSource
In sheet Cell A4 I need =sum(A1:A3)
What I would like to do is to show the sumation results from Cell A4 in the form as a total of A1:A3
I have tried to use a textbox and listbox set as False and True but each time the form is used the =Sum(A1:A3) is over written
Can any of you guys tell me how to show the sum of A1:A3 in the form which is not only protected so that it cannot be overwriten with an insert but to show the results from the worksheet A4
As usual many thanks for your help