To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75624
User andreschnabel changed the following:
What |Old value |New value
================================================================================
CC|'' |'andreschnabel'
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
OS/Version|Windows XP |All
--------------------------------------------------------------------------------
Priority|P3 |P4
--------------------------------------------------------------------------------
Platform|PC |All
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Mar 22 13:07:01 +0000
2007 -------
confirmed with OOo 2.2RC3
calc is importing a makro in Module thisWorkbook
macros2.Standard.thisWorkbook will show:
----
Rem Attribute VBA_ModuleType=VBADocumentModule
Option VBASupport 1
Sub ThisWorkbook
Rem
End Sub
----
Excel does not find any line of code in the file.
Tested with Excel 2003. Opened the file, in VB Editor, direct input I tried the
following code:
for i=1 to activeworkbook.VBProject.VBComponents.Count : _
? activeworkbook.VBProject.VBComponents(i).CodeModule.CountOfLines, _
activeworkbook.VBProject.VBComponents(i).Name : _
next i
and got:
0 ThisWorkbook
0 Sheet1
0 Sheet2
I could not reproduce this with any other excel file, so lowering Priority
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]