Technical ReferenceMacroFlex ScriptingFlexScreen Object Rows Rows Returns the number of rows for the current host screen. Syntax FlexScreen.Rows Example Sub Main() MsgBox FlexScreen.Rows End Sub