https://bz.apache.org/ooo/show_bug.cgi?id=127292
Issue ID: 127292
Issue Type: DEFECT
Summary: Cell.Formula in Macro is empty, though I just typed a
value in the cell.
Product: Calc
Version: 4.1.3
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: programming
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 85931
--> https://bz.apache.org/ooo/attachment.cgi?id=85931&action=edit
Problem description with screen shots.
The contents of Cell.Formula while in a Macro is not the same as the text shown
on the Calc.
I enter a number 11 in a cell and after the last digit I press F12 to activate
a macro.
The macro shows the cell.formula as empty, whereas it should be “11”.
If I execute the macro in debug step by step the value is 11, it looks as if
something happens to the cell's object, when the screen looses focus. Only
using msgbox I was able to understand the nature of the problem.
--
You are receiving this mail because:
You are the assignee for the issue.