Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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