von F3K Total » Sa, 20.08.2016 07:55
So?
Code: Alles auswählen
dim mFileType(0) as new com.sun.star.beans.PropertyValue
mFileType(0).Name = "FilterName"
mFileType(0).Value="MS Excel 97"
sUrl = ConvertToUrl (speicherpfad & Name & ".xls")
ThisComponent.StoreAsURL(sUrl, mFileType())
Gruß R
So?
[code]dim mFileType(0) as new com.sun.star.beans.PropertyValue
mFileType(0).Name = "FilterName"
mFileType(0).Value="MS Excel 97"
sUrl = ConvertToUrl (speicherpfad & Name & ".xls")
ThisComponent.StoreAsURL(sUrl, mFileType())[/code]Gruß R