Issue 117392 - VBA support no longer working
Summary: VBA support no longer working
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: programming (show other issues)
Version: OOo 3.3
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: daniel.rentz
QA Contact: issues@sc
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2011-03-15 17:51 UTC by bmarcelly
Modified: 2017-05-20 10:32 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2011-03-15 17:51:06 UTC
More and more users are complaining that VBA macros which were working in OOo 3.2 do not work in OOo 3.3.

http://www.oooforum.org/forum/viewtopic.phtml?t=116851&highlight=
http://user.services.openoffice.org/en/forum/viewtopic.php?f=20&t=38160
http://user.services.openoffice.org/en/forum/viewtopic.php?f=20&t=38779
http://user.services.openoffice.org/en/forum/viewtopic.php?f=9&t=39266


I did this test macro, on a new Calc document:

Option VBASupport 1

Sub Main
MsgBox ActiveCell
End Sub

Run this macro from the document.
OOo 3.3 -> Basic error '1'
   Message: unsatisfied query for interface of type ooo.vab.XHelperInterface!

I don't have 3.3 for check, but 2.4.3.
OOo 2.4.3 : displays the cell content.
Comment 1 bmarcelly 2011-03-15 17:51:46 UTC
Adding regression keyword
Comment 2 bmarcelly 2011-03-15 17:53:48 UTC
Modified Summary
Comment 3 Oliver Brinzing 2011-03-15 18:29:42 UTC
.
Comment 4 ab 2011-03-21 09:29:57 UTC
Reviewed fix
Comment 5 daniel.rentz 2011-03-21 10:16:27 UTC
fixed in cws dr80 which is targetet to OOo 3.4
Comment 6 daniel.rentz 2011-03-21 10:17:06 UTC
Changeset: http://hg.services.openoffice.org/cws/dr80/rev/c82ea69350ee
Comment 7 Oliver-Rainer Wittmann 2012-06-13 12:28:59 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.