Dim cmdBar As VGCore.CommandBar
Set cmdBar = Application.FrameWork.CommandBars.Add("Adobe")
cmdBar.Visible = True
cmdBar.Controls.AddCustomButton "2cc24a3e-fe24-4708-9a74-9c75406eebcd", "GlobalMacros.Module1.beg"
cmdBar.Controls.AddCustomButton "2cc24a3e-fe24-4708-9a74-9c75406eebcd", "GlobalMacros.Module1.EditInPhotoShop"
cmdBar.Controls.AddCustomButton "2cc24a3e-fe24-4708-9a74-9c75406eebcd", "GlobalMacros.Module1.GetFromShop"
cmdBar.Controls(1).SetCustomIcon GMSManager.GMSPath & "PasteToShop\to_Indi.bmp"
cmdBar.Controls(2).SetCustomIcon GMSManager.GMSPath & "PasteToShop\to_shop.bmp"
cmdBar.Controls(3).SetCustomIcon GMSManager.GMSPath & "PasteToShop\from_shop.bmp"