#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 108
Default Shortcuts

Is there any addin for better support of shortcuts.
If I want to create a new book there is a shortcut CTRL+U, etc, but if I
want to paste special, or paste only values, ther are no shortcuts.

Thanks

JPG
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Shortcuts

Click VIEW in the menu, TOOLBARS and select CUSTOMIZE.

Click the COMMANDS tab and in the CATEGORIES panel select EDIT.

In the COMMANDS panel locate the PASTE VALUES command and the click & drag
the icon to the formatting toolbar.
--
Kevin Backmann


"juanpablo" wrote:

Is there any addin for better support of shortcuts.
If I want to create a new book there is a shortcut CTRL+U, etc, but if I
want to paste special, or paste only values, ther are no shortcuts.

Thanks

JPG

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Shortcuts

hi
create your own......
Paste this into a standart module.
Sub specialpaste()

ActiveCell.PasteSpecial Paste:=xlPasteValues, _
Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
End Sub
the go toolsmacromacrosclick the options button
assign your short cut key

regards
FSt1


"juanpablo" wrote:

Is there any addin for better support of shortcuts.
If I want to create a new book there is a shortcut CTRL+U, etc, but if I
want to paste special, or paste only values, ther are no shortcuts.

Thanks

JPG

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 108
Default Shortcuts

But I dont want a button, I want a CTRL + key, like in the mac, all options
have shortcuts.

JP

"Kevin B" wrote:

Click VIEW in the menu, TOOLBARS and select CUSTOMIZE.

Click the COMMANDS tab and in the CATEGORIES panel select EDIT.

In the COMMANDS panel locate the PASTE VALUES command and the click & drag
the icon to the formatting toolbar.
--
Kevin Backmann


"juanpablo" wrote:

Is there any addin for better support of shortcuts.
If I want to create a new book there is a shortcut CTRL+U, etc, but if I
want to paste special, or paste only values, ther are no shortcuts.

Thanks

JPG

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Shortcuts

For the macro offerred by FSt1 to work in all workbooks you'll want to place
it in the Personal.xls workbook so that it can be accessed by any workbook.
--
Kevin Backmann


"FSt1" wrote:

hi
create your own......
Paste this into a standart module.
Sub specialpaste()

ActiveCell.PasteSpecial Paste:=xlPasteValues, _
Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
End Sub
the go toolsmacromacrosclick the options button
assign your short cut key

regards
FSt1


"juanpablo" wrote:

Is there any addin for better support of shortcuts.
If I want to create a new book there is a shortcut CTRL+U, etc, but if I
want to paste special, or paste only values, ther are no shortcuts.

Thanks

JPG



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 903
Default Shortcuts

In Excel 2007 you can right click on the cell you want to
paste into then choose from the format (values).

Otherwise, you might want to take a look at the following
Right Click Menus (Context Menus) in Excel
http://www.mvps.org/dmcritchie/excel/rightclick.htm

or with a shortcut key Ctrl+SHIFT+V (my choice of shortcut)
http://www.mvps.org/dmcritchie/excel/paste.htm#values
might also look at
http://www.mvps.org/dmcritchie/excel...x2k.htm#mykeys

--
HTH,
David McRitchie, Microsoft MVP -- Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm


"Kevin B" wrote in message ...
For the macro offerred by FSt1 to work in all workbooks you'll want to place
it in the Personal.xls workbook so that it can be accessed by any workbook.
--
Kevin Backmann


"FSt1" wrote:

hi
create your own......
Paste this into a standart module.
Sub specialpaste()

ActiveCell.PasteSpecial Paste:=xlPasteValues, _
Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
End Sub
the go toolsmacromacrosclick the options button
assign your short cut key

regards
FSt1


"juanpablo" wrote:

Is there any addin for better support of shortcuts.
If I want to create a new book there is a shortcut CTRL+U, etc, but if I
want to paste special, or paste only values, ther are no shortcuts.

Thanks

JPG

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
old shortcuts BorisS Excel Discussion (Misc queries) 0 March 20th 07 01:48 PM
Keyboard Shortcuts wnfisba Excel Discussion (Misc queries) 3 December 8th 06 07:11 PM
Shortcuts to go to cell Art Setting up and Configuration of Excel 1 December 1st 06 01:29 AM
shortcuts HISNA Excel Discussion (Misc queries) 7 August 31st 06 10:29 AM
Look in shortcuts. scott Excel Worksheet Functions 1 April 27th 05 11:13 PM


All times are GMT +1. The time now is 01:38 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"