Making a control Visible

  • Thread starter open a adobe file from a command button
  • Start date
O

open a adobe file from a command button

Can someone tell me how to make a control visible using a Macro? I've used
"Me.ControlName.Visible = True" in VBA but I don't see those commands in a
macro.

Thanks
NotGoodAtAll
 
S

Steve Schapel

NotGood,

You can use either the SetValue or SetProperty action in your macro.
 
Top