I am trying to pick values from an unbound OLE object. Can you help me with the following:
1) I have a form which has a field AccountBalance.
2) I have embedded an unbound OLE excel object which consists of some simple additions and subtraction calculated cells. This sheet is embedded in the form and is not bound to an actual excel file. I simply want to add the sheet to perform temporary calculations, then pick specific info and move to the next record in the form.
3) I want to add a command button cmdPopulate. Once clicked, I would like this command button to pick value from one of the cell in the excel sheet (say C7) and populate the value in the AccountBalance field on the form.
Thank you in advance for your help.
1) I have a form which has a field AccountBalance.
2) I have embedded an unbound OLE excel object which consists of some simple additions and subtraction calculated cells. This sheet is embedded in the form and is not bound to an actual excel file. I simply want to add the sheet to perform temporary calculations, then pick specific info and move to the next record in the form.
3) I want to add a command button cmdPopulate. Once clicked, I would like this command button to pick value from one of the cell in the excel sheet (say C7) and populate the value in the AccountBalance field on the form.
Thank you in advance for your help.