Many thanks for the input
_
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Vaibhav Joshi
Sent: 30 March 2015 09:21
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Begin a Group in vba custom toolbar
Check this for help
Check this for help..
http://www.vbaexpress.com/kb/getarticle.php?kb_id=427
On Sun, Mar 22, 2015 at 4:33 PM, Don Bowyer wrote:
> In Excel 2003 on Windows 7 I have created a custom toolbar using VBA.
>
> The toolbar has about 7 buttons each of which activates a separate macro.
>
> This is the
In Excel 2003 on Windows 7 I have created a custom toolbar using VBA.
The toolbar has about 7 buttons each of which activates a separate macro.
This is the code I use:-
Sub CreateMenubar()
Dim iCtr As Long
Dim MacNames As Variant
Dim CapNamess As Variant
Dim TipText As Varian