Workbook.SendMail
Jack Bates
rx59ia at nottheoilrig.com
Sun Apr 22 18:15:34 UTC 2018
Would a patch to implement Workbook.SendMail [1] be worth working on? Is
there a chance it would be accepted?
First, I assume it's not already implemented: When I run a macro that
contains ActiveWorkbook.SendMail I get:
> BASIC runtime error.
> '423'
> SendMail
and if I'm looking in the right places [2][3][4] then the source code
looks like it's not implemented, also?
[1]
https://msdn.microsoft.com/en-us/vba/excel-vba/articles/workbook-sendmail-method-excel
[2]
https://github.com/LibreOffice/core/blob/master/oovbaapi/ooo/vba/excel/XWorkbook.idl
[3]
https://github.com/LibreOffice/core/blob/master/sc/source/ui/vba/vbaworkbook.hxx
[4]
https://github.com/LibreOffice/core/blob/master/sc/source/ui/vba/vbaworkbook.cxx
More information about the LibreOffice
mailing list