Visible
(boolean) Whether to make the listbox object visible or invisible:
VALUE DESCRIPTION |
|
true |
Visible. (Default) |
false |
Invisible. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Ma t h
Math.Abs
OverviewExamples
number Math.Abs ( number Num )
De s cr ip t ion
Returns the absolute, positive value of a given number.
P arame t er s
Num
(number) The number whose absolute value you want.
Re t u r n s
(number) The absolute value of the number.