public static void AddActionPane()
        {
            // actionpane control tworzymy tak samo jak customowa kontrolke!!!! w windows forms
            // nastepnie tworzymy ja
            ActionsPaneControl1 actionsPane = new ActionsPaneControl1();

            // dodajemy do kolekcji ActionPane dla danego workbooka
            Globals.ThisWorkbook.ActionsPane.Controls.Add(actionsPane);
        }
        public static void AddActionPane()
        {
            // actionpane control tworzymy tak samo jak customowa kontrolke!!!! w windows forms
            // nastepnie tworzymy ja
            ActionsPaneControl1 actionsPane = new ActionsPaneControl1();

            // dodajemy do kolekcji ActionPane dla danego workbooka
            Globals.ThisWorkbook.ActionsPane.Controls.Add(actionsPane);
        }