Subject: Sum of Diffrent Column in Excel from Lotus Script
xlsheet.cells(Rowno, 2).formula=“=Sum…”
Look at the VBA help, not visual basic. Just record a macro in excel to do what you want and then check the code. Some alterations needed, but basically it’s the same