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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
ArtemUBRR
Contributor
Contributor

macro to create executable file

Hi everyone!

I have a macro witch start refresh save and close qwv file.

Sub ReloadThisDoc
    Set fso = CreateObject("Scripting.FileSystemObject")    
    If fso.FileExists("C:\Вызовы Naumen.txt") Then
        ActiveDocument.Reload
        ActiveDocument.Save
        ActiveDocument.GetApplication.Quit
    end if
    set fso=Nothing
End Sub

 

Now, i need to create exe through the macro

Please, help me!

Labels (1)
  • Other

0 Replies