Import from Excel to Notes

I create a button of Import.when I click it can chose a excel to import it to a view in Notes.I see this article :

Fast import from Excel to Notes using LotusScript http://www.botstation.com/code/excel_people_to_notes.php

I also down the example excel of people.xls.

I place it on the C:,and the import button click method is the code in the web page.

it appear:cannot create automation object

how should i can use this button to import excel to the Notes.

any suggestion ,TIA.

Subject: Do you have Excel installed

Hi,

The error message says it cannot create the OLE object “Excel.Application”. My guess is that you do not have installed MS Excel or it is not installed properly.

Bas