Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

Macro meaning

What is the meaning of the below macro? What it will do?

Thanks in advance.

sub TEST_A

ActiveDocument.GetSheetObject("OBJ_A").Restore

  ActiveDocument.GetSheetObject("OBJ_B").Minimize

End Sub

sub TEST_B

ActiveDocument.GetSheetObject("OBJ_C").Restore

ActiveDocument.GetSheetObject("OBJ_B").Minimize

End Sub

sub TEST_C

ActiveDocument.GetSheetObject("OBJ_D").Restore

ActiveDocument.GetSheetObject("OBJ_B").Minimize

End Sub

sub TEST_D

ActiveDocument.GetSheetObject("OBJ_E").Restore

ActiveDocument.GetSheetObject("OBJ_B").Minimize

End Sub

1 Solution

Accepted Solutions
Gysbert_Wassenaar

The sub routines will restore the size and position one object and minimize another object.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

The sub routines will restore the size and position one object and minimize another object.


talk is cheap, supply exceeds demand
fkeuroglian
Partner - Master
Partner - Master

Minimize and restore de differents objects