Search found 1 match

by little zombie
Sun Dec 24, 2023 7:40 pm
Forum: API
Topic: How do I set the Custom Property Tab Template from a VB Macro?
Replies: 10
Views: 2582

Re: How do I set the Custom Property Tab Template from a VB Macro?

This is because the taskpane is not updated in real time. You can switch the taskpane manually or use the following code.

'close taskpane
swApp.SetToolbarVisibility swToolbar_e.swTaskPaneToolbar, False
'open taskpane
swApp.SetToolbarVisibility swToolbar_e.swTaskPaneToolbar, True