Community
Discussion Board for collaboration related to QlikView App Development.
Hi Community,
I got a problem, i want to choose an excel file via Dialog window.Unfortunately QlikView shows this window in the background.So when I run the makro in a maximize QlikView-Application, I won't be able to pic a file.
My code
Many thanks in advance .
Best regardsDaniel
You could try it with:
set cd = CreateObject("Excel.Application")
cd.visible = true
varData=cd.GetOpenFilename("Excel-Files (*.xls; *.xlsx; *.xlsm), (*.xls; *.xlsx; *.xlsm,,"Select file",True)
- Marcus