Accessing an Excel File in Windows

I’m working on a Windows application to update an Excel Spreadsheet.

The Xojo Langauage Reference lists a simple example that include the line
Dim excel As New ExcelApplication

As soon as the compiler sees that line it gives an error “There is no class with this name”

I can not figure out how to add the Excel class to the project - it was easy with Real Studio, but I can’t seem to figure it out with Xojo.

What am I missing ?

Ron Bower

The plugin is not placed in the plugins folder by default you need to copy it from the extra’s folder. Then restart Xojo.

Thank you, Wayne - That was it !!!