At present I am using form with a group of buttons to invoke various method/functions in VBA. Since form occupies more space, I wish to use toolbar. Is there any option to create customized toolbar in Microstation?
[I am using Microstation Version 08.05.01.25 Windows x86]
VBA doesn't provide a menu facility or a built-in toolbar control.
If you want a menu, then use MicroStation's customisation tools to design your user interface.
If you want a toolbar, then perhaps you can use the Microsoft common control (MSCOMCTRL.OCX) DLL to get what you need.
Regards, Jon Summers LA Solutions