I am having difficulty programmatically activating / focusing on an existing, visible CustomTaskPane in Excel.
Specifically, I am trying to create a routine that will shift focus from the active worksheet to a ListBox control in the CustomTaskPane upon some user action. The CustomTaskPane and ListBox are already visible at the time of the user action.
Thoughts? Thanks for the help.