https://bugs.documentfoundation.org/show_bug.cgi?id=170408

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Regina Henschel <[email protected]> ---
(In reply to documentfoundation.showoff307 from comment #0)

> Steps to Reproduce:
> 1. Write these macros in BASIC:
>  
> Sub Bugged
> Cells(1,1).Value=Cells(1,2).Value
> End Sub
> 
> Sub Fix
> If Cells(1,2).Value = "" Then  Cells(1,1).value="" Else
> Cells(1,1).value=Cells(1,2).Value
> End Sub

Those macros do not run at all. Please attach a spreadsheet file, that contains
macros that at least run.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to