A simple question here, but I am stumped on this one (note that all my programming knowledge has been 'figgered out').

I have gotten code to create an excellent toolbar from this forum for a spreadsheet. When the toolbar is created it is "floating." I want the toolbar to be placed in the toolbar row automatically (2nd row, since my buttons are in 2 rows excluding the drop-down menu bar at the top). Here is the code that creates the floating toolbar.

Position:=msoBarFloating, temporary:=True)

How do I tell it to put it in a particular row. I don't know the "verbiage."

Thanks a bunch

Mogadeet