I
Inmarsat
Thanks in Advance,
I've created a macro to add the "insert picture from file" to the toolbar
but I need to add text to the icon and I'm unsure on the coding I will need
to be able to do this.
Many Thanks
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 14/10/2005 by user
'
'
Application.CommandBars("Standard").Controls.Add Type:=msoControlButton,
ID _
:=2619, Before:=8
End Sub
I've created a macro to add the "insert picture from file" to the toolbar
but I need to add text to the icon and I'm unsure on the coding I will need
to be able to do this.
Many Thanks
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 14/10/2005 by user
'
'
Application.CommandBars("Standard").Controls.Add Type:=msoControlButton,
ID _
:=2619, Before:=8
End Sub