Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Creating keyboard shortcuts

The format painter does a copy, paste special formats, so you can use the
standard copy short cut of <Ctrl + C and then record a macro the does an
EDIT/PASTE SPECIAL/FORMATS and assign the macro to a shortcut key.

Or you can place the following line of code in a module and assign it the
short cut key:

Sub PasteFormats()

Selection.PasteSpecial Paste:=xlPasteFormats, _
Operation:=xlNone, SkipBlanks:=False, _
Transpose:=False
End Sub

--
Kevin Backmann


"jmcclain" wrote:

Is there a way to create a custom keyboard shortcut?

I would like to prevent having to use the mouse to select the formatting
paintbrush.

Any help is appreciated.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keyboard Shortcuts wnfisba Excel Discussion (Misc queries) 3 December 8th 06 07:11 PM
Keyboard shortcuts Greka Excel Discussion (Misc queries) 5 July 18th 06 04:38 PM
customize keyboard shortcuts furia Excel Discussion (Misc queries) 0 May 8th 06 03:33 PM
Keyboard shortcuts Scott Excel Discussion (Misc queries) 2 January 25th 06 04:51 AM
KEYBOARD SHORTCUTS rm Excel Discussion (Misc queries) 8 May 18th 05 08:48 AM


All times are GMT +1. The time now is 09:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"