https://bugs.documentfoundation.org/show_bug.cgi?id=153635
--- Comment #4 from Óvári <[email protected]> --- (In reply to Olivier Hallot from comment #3) > Isn't the case to allow ExportAsFixedFormat and other to use of well known > ConvertToURL() function as argument for Filename:= ? > > Filename:=".\ExportAsPDF.pdf", _ > to > Filename:=ConvertToURL(".\ExportAsPDF.pdf"), _ > > Ref: > https://help.libreoffice.org/master/en-US/text/sbasic/shared/03120312. > html?DbPAR=BASIC#bm_id3152801 Thank you for your comment. Should VBA methods in LibreOffice Calc invoke the ConvertToURL() function automatically without the code explicitly requiring this method in the user-generated code? This would enable the code to work if the file is opened in a spreadsheet program, such as say Microsoft Excel, where the ConvertToURL() function is not known. Thank you -- You are receiving this mail because: You are the assignee for the bug.
