<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Macros: VBA loop While ActiveCell <> "" don't work on Libreoffice"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=77437#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Macros: VBA loop While ActiveCell <> "" don't work on Libreoffice"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=77437">bug 77437</a>
from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
<pre>When I run
Option VBASupport 1
Option Explicit
Sub Main
Dim x As Object
Set x = ActiveCell
End Sub
and added the variable x to the watch window(or observer),
the type of the property "Value" was Variant/Empty</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>