Seite 1 von 1

Re: über Makro Excel 97 storeAsUrl

Verfasst: Sa, 20.08.2016 07:55
von F3K Total
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

Re: über Makro Excel 97 storeAsUrl

Verfasst: Sa, 20.08.2016 10:20
von F3K Total
Moin,

Code: Alles auswählen

ConvertToUrl
ist besser.
Gruß R