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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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

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