What's an alternate for this in X5 VBA

I had written a program to create a commandbar from VBA. It was in X4 and executed well. The program with

Dim CmdBar As CommandBar
Dim CmdBtn As CommandBarControl

now does not run in X5. Says "User defined type not defined. I cannot find the way to set a variable for commandbar and commandbarcontrol. How can I do it in X5.

Parents
No Data
Reply Children