Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagevb
themeEmacs
titleExample
linenumberstrue
Sub SetControlProperty()

    Dim mxmodule As Object
    Set mxmodule = Application.COMAddIns.Item("iMATRIX6iMATRIX.ExcelModule").Object


	mxmodule.xapi.SetControlProperty "Btn1", "Visible", True
	
End Sub

...