Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am Looking for a macro that will allow the switching of Tabs in the model every 15 seconds?
Anyone. Thanks
Hi, Stephen,
In my case I have created a loop containing the time spected to calculate the data.
Example:
For i = 1 to 10000 'this is a delay wait for the time specified before to continue
ActiveDocument.Fields("FieldName").Select vName ' this is a variable that contains the current name readed from qlikview table
Next
ActiveDocument.Fields("FieldName").clear 'this statement clear de current field selected to continue.
I hope help you!