Select wanted tab in dialog box

P

Paul

Hi. I have a simple macro opening the select template dialog box:

FileNew Template:="", FileNewWorkpane:=True, FileNewDialog:=True

Now, this dialog contains two or more tabs. I'd like to control wich one is
selected programmatically. I've tried using SendKeys, but it never selects
the tab.

Any suggestions?
 
Top