Thread
:
Is there a keyboard shortcut for using Paintbrush?
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
Is there a keyboard shortcut for using Paintbrush?
Chip, As usual, you are probably correct in your assumption..
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Chip Pearson" wrote in message
...
NOT related to Excel
If by "PaintBrush" he means the "Format Painter", whose button face is
indeed a paintbrush, then it is certainly related to Excel.
There is no built-in shortcut, but you could assign the following code to
the key combo of your choice.
Sub ExecFormatPainter()
Application.CommandBars.FindControl(ID:=108).Execu te
End Sub
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)
"Don Guillett" wrote in message
...
Question NOT in body of post
NOT related to Excel
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Mike M" wrote in message
...
--
Mike
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett