[Libreoffice-bugs] [Bug 126458] FILEOPEN XLSX VBA file open does not work with relative path
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 14 19:31:59 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=126458
Andreas Heinisch <andreas.heinisch at yahoo.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andreas.heinisch at yahoo.de
--- Comment #9 from Andreas Heinisch <andreas.heinisch at yahoo.de> ---
Shouldn't the system path be given in URL notation?
Option VBASupport 1
Public Sub FileOpenExample()
file1 = "file:///Example.xlsx"
Workbooks.Open Filename:=file1
End Sub
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210914/4ef35b45/attachment.htm>
More information about the Libreoffice-bugs
mailing list