Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Changing Default Paste behavior

Is there any way to change the default bhavior of the paste operation so that
it pastes values only (without having to use Paste Special).?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Changing Default Paste behavior

You could just have a macro and assign it a keyboard shortcut. I assigned z,
so if I hit CTRL+Z, it work work for me. My macros is:
Sub PasteMacro()
Selection.PasteSpecial Paste:=xlPasteValues
End Sub

--
** John C **
Please remember if your question is answered, to mark it answered :). It
helps everyone.


"D Riggins" wrote:

Is there any way to change the default bhavior of the paste operation so that
it pastes values only (without having to use Paste Special).?

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
Setting Up Default Behavior PZ Excel Discussion (Misc queries) 4 February 24th 07 03:56 AM
How do I change the default Paste behavior Adam Bell Excel Discussion (Misc queries) 3 August 20th 05 05:05 AM
How do I change the default paste behavior Adam Bell Excel Discussion (Misc queries) 0 August 18th 05 06:21 PM
Text Only Default Behavior? Kirk P. Excel Discussion (Misc queries) 3 August 7th 05 10:55 PM
Changing default font for copy / paste LaMonk Excel Discussion (Misc queries) 1 June 23rd 05 06:43 PM


All times are GMT +1. The time now is 09:26 AM.

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"