Der bliver investeret massivt i AI. Teknologien er mere tilgængelig end nogensinde, og ambitionerne er høje. Alligevel oplever mange virksomheder, at resultaterne udebliver.
Klippet lige ud af noget andet, men måske kan du bruge ideen.
Dim MenuItem As CommandBarControl Dim Submenuitem As CommandBarButton
MENU ITEM Set MenuItem = NewMenu.Controls.Add _ (Type:=msoControlPopup) With MenuItem .Caption = "View &Charts" .BeginGroup = True End With
' FIRST SUBMENU ITEM Set Submenuitem = MenuItem.Controls.Add _ (Type:=msoControlButton) With Submenuitem .Caption = "Monthly &Variance" .FaceId = 420 .OnAction = "Macro3" End With
' SECOND SUBMENU ITEM Set Submenuitem = MenuItem.Controls.Add _ (Type:=msoControlButton) With Submenuitem .Caption = "Year-To-Date &Summary" .FaceId = 422 .OnAction = "Macro4" End With
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.