Hello,
I am working in Lotus Notes to collate information from a database and write it in an Excel spreadsheet for easy reference.
I know how to open an Excel sheet and fill it in, but it would be nice if the user did not need to fill in the Total formulas himself.
I have tried to write in the formulas using the
reference, but even if I put an equal sign in front of the formula, the formula just shows up as text.
I've scoured the VBA help file, but I couldn't find anything there, neither in MS online help pages.
Can someone give me a hand here ?
Thanks in advance !
I am working in Lotus Notes to collate information from a database and write it in an Excel spreadsheet for easy reference.
I know how to open an Excel sheet and fill it in, but it would be nice if the user did not need to fill in the Total formulas himself.
I have tried to write in the formulas using the
Code:
"ActiveSheet.cells ="
I've scoured the VBA help file, but I couldn't find anything there, neither in MS online help pages.
Can someone give me a hand here ?
Thanks in advance !