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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 (2)
0 Replies