Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to write current day in file export Macro

Hello I write this macro

function exportexcel()

set obj= ActiveDocument.GetSheetObject("CH32")

obj.ExportEx "C:\ProgramData\QlikTech\Documents\filename.xls", 5

end function

What i want to do is write the filename with current date, something like YYYYMMDD_filename.xls. Any idea for it?


Thank you in Advance,

Alfonso

0 Replies