G
Gene van Troyer
I moved this question over from the "Automatic Quotes" Thread.
I created John McGimpsey's Macro, "QuoteIt," in my normal template:
Public Sub QuoteIt()
With Selection
.Text = """" & .Text & """"
End With
End Sub
Cool! Now....
How do you create an icon for macros that you can add to a toolbar? Just
dragging the macro to the toolbar places a text designation
(Normal.module1.QuoteIt) in the toolbar, which is a highly unaesthetic--know
what I mean?
Gene van Troyer
I created John McGimpsey's Macro, "QuoteIt," in my normal template:
Public Sub QuoteIt()
With Selection
.Text = """" & .Text & """"
End With
End Sub
Cool! Now....
How do you create an icon for macros that you can add to a toolbar? Just
dragging the macro to the toolbar places a text designation
(Normal.module1.QuoteIt) in the toolbar, which is a highly unaesthetic--know
what I mean?
Gene van Troyer