The code works fine for me (Word 2003) and I can't see any obvious reason
why it shouldn't work. Although I wouldn't expect it, could it be that the
control is there and only shown in the full menu so that you don't see it
immediately when clicking on Tools?
I would just point out that ...
> Dim ACCRControl, ctl, myControl As CommandBarControl
declares myControl as a CommandBarControl
and ACCRControl and ctl as Variants.
--
Enjoy,
Tony
> Word 2003
>
[quoted text clipped - 31 lines]
>
> End Sub
Grumpy - 09 Jan 2006 20:03 GMT
Thanks for the response and your point out.
I changed the declaration and everthing is OK. The control appears first
time everytime. I don't suppose I have to understand why.
Thanks again.
> The code works fine for me (Word 2003) and I can't see any obvious reason
> why it shouldn't work. Although I wouldn't expect it, could it be that the
[quoted text clipped - 48 lines]
>>
>> End Sub
Tony Jollans - 10 Jan 2006 10:49 GMT
'fraid I can't explain that either! But glad it's working.
--
k}
> Thanks for the response and your point out.
>
[quoted text clipped - 54 lines]
> >>
> >> End Sub