Browse By Tags

  • bringintoview the ribbon must be visible

    Using version 8.3

    Following code always returns "the ribbon must be visible". even when it is visible.

     

     

     

    If UTM.Ribbon.Visible = True Then

    UTM.Ribbon.Tabs(0).BringIntoView()

     

     

    End

    The object exists at this point and can…