After using Xojo for a month

My website is scispec.ca and click on the link called ‘Books’ and you can review a download with an example, and books can be purchased at RbLibrary.com

[code] Dim excel as new ExcelApplication
Excel.Workbooks.Add
excel.Visible = true

excel.Range(“A1:B10”).Value = “data”
excel.Range(“A1:B10”).Font.Color_ = 255 //Red ColorNumber [/code]
Here is code to change the font colour. The word Color_ must have an underscore after the word, and the colour is an Excel colour number. The Excel colour number 255 = RGB(255,0,0). An Excel colour converter example is supplied in the book in Example3-8.

Happy to help.

Not sure about what you’re talking. Here’s an answer if I understand your sentence correctly:

In the navigator (the left “column”, the place where you see your windows, Methods, Class, Images, etc.):
Right-Click in an entry (say Window1) and export or save it.