https://bugs.documentfoundation.org/show_bug.cgi?id=169278
Bug ID: 169278
Summary: "Only double is supported as time for now!" when
calling Application.OnTime with a time value
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
In a Calc document, create a VBA macro like
Option VBASupport 1
Sub OnTime_Test()
Application.OnTime Now, "foo"
End Sub
Run it
=> Runtime error: "Only double is supported as time for now!"
Presumably a regression from 63e7a70ad1a6a8ec4190ab510f683d2fc9dea417.
--
You are receiving this mail because:
You are the assignee for the bug.