سلام
دوستاني كه از ورژن 13.0.0 به بالا استفاده ميكنن با اين كد ميتونن استايل خودشون را مثل آفيس 2010 كنن
کد HTML:Private Sub setOffice2010Ribbon(paramCB As CommandBars) Dim ctrl As CommandBarControl Dim rb As RibbonBar With paramCB .EnableOffice2007Frame True .VisualTheme = xtpThemeRibbon Set rb = .ActiveMenuBar rb.EnableFrameTheme End With Set ctrl = rb.ControlSystemButton ' the round button ctrl.Style = xtpButtonCaption ' caption only, no picture End Sub