Subject: RE: Export notes view to MS excel. How to insert row and delete row?
You’re really asking an Excel question, not a Notes question. If you don’t get a useful answer here you might try the Excel forums (or reading some of MS documentation).
I’ve always found it helpful, when trying to figure out how to OLE-automate operations in Office, to record a macro where I do whatever it is manually, then look at the generated source code.
Subject: RE: Export notes view to MS excel. How to insert row and delete row?
Hi Andre,Actually, it is about how to Insert or Delete a row from excel using Lotus Script code.
Basically, we now have Lotus Scrips code on a button of notes view, when use click it , the entire notes view will be exported to Lotus123 spreadsheet, it works fine. However, since Lotus will not suport Lotus 123 any more, so we have to convert it to export to MS Excel.
The lotus script codes I posted for Insert a row and Delete a row works on Louts 123, but I need the equevalent codes for Excel.
It should be simple, but I just can not figure out after tried many options. It seems Lotus123 and Excel is big difference, Not similar.
Subject: RE: Export notes view to MS excel. How to insert row and delete row?
Please read what I wrote before. Doing this from LotusScript is pretty much like doing it from VB. Your problem is knowing what calls to make to the OLE automation interface – and they are the same calls no matter what program you call them from. And you can find out which calls to make by recording a macro as you do the operation in Excel, or by reading the MS documentation.