By Alexander Stock on Friday, 15 November 2019
Posted in VBA Development
Likes 0
Views 840
Votes 0
Hello,

i want to add a pane to my UI by using this VBA-code:

Call Application.UserInterface.Panes.Add(PaneKind As AucPaneKind,paneToAdd,piParentPane As Pane)

Can someone help me with this?
I want to add a pane from the Application.Selection(1)-Object. PaneKind is aucPaneKindTree. But what is paneToAdd and piParentPane? I tryed a few objects but nothing works.


Regards
View Full Post