How to convert this code to SELECT CASE statement? i can't figure out how to use "AND" in the SELECT CASE statement. Maybe somebody can explain briefly to me..![]()
Code:If .Top <= 0 And (.Height < UserControl.Height) Then msgbox "" ElseIf .Top <= 0 And .Height > UserControl.Height Then msgbox "" End If




Reply With Quote