Difference between revisions of "Talk:Documentation/BASIC Guide/Structure of Spreadsheets"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Invalid examples)
(Invalid examples)
Line 17: Line 17:
  
 
This is a showstopper for me, if I can't access my spreadsheet programmatically it's pointless me using OpenOffice.
 
This is a showstopper for me, if I can't access my spreadsheet programmatically it's pointless me using OpenOffice.
 +
 +
Seconded. StarDesktop.CurrentComponent returns the IDE and ThisComponent returns the above error.

Revision as of 08:09, 17 March 2008

Bracketed stuff in section "Cell Properties" --TJ 16:12, 4 October 2007 (CEST)

Thanks, TJ. Fixed -- Fpe 10:37, 5 October 2007 (CEST)

Breakup suggested

Editing suggestion: break this page into 5 parts: overview / sheets / rows & columns / cells & ranges / formatting.--TJ 22:55, 4 October 2007 (CEST)

Agreed. Breakup implemented -- Fpe 10:55, 5 October 2007 (CEST)

Invalid examples

I am an experienced VBA programmer trying to learn how to program OpenOffice. When I tried the first example it failed with the following error message: Basic Runtime Error Property or Method not found.

This is a showstopper for me, if I can't access my spreadsheet programmatically it's pointless me using OpenOffice.

Seconded. StarDesktop.CurrentComponent returns the IDE and ThisComponent returns the above error.

Personal tools