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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QVW file by macro

HI to all,

how to create a new qvw file using macros .

Any idea on this, pls reply me.

Thanks

Venkat

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi Venkat,

Pls find the code below:

sub create()

ActiveDocument.GetApplication.CreateDoc

end sub

Regards

Arun

View solution in original post

1 Reply
Not applicable
Author

Hi Venkat,

Pls find the code below:

sub create()

ActiveDocument.GetApplication.CreateDoc

end sub

Regards

Arun