Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jerry
 
Posts: n/a
Default Copy & Paste defaults

When copying text from another application into a cell in Excel, I can either
choose to retain the source formatting or use the destination formatting.
Does anyone know a way that I can make the Excel destination formatting the
default so that it is not necssary to make the selection on every copy/paste?

Jerry
  #2   Report Post  
Jim Rech
 
Posts: n/a
Default Copy & Paste defaults

I don't think there is a way to default Excel to the destination formatting.
The only workaround might be to paste via a macro:

Sub PasteDestinFormat()
ActiveSheet.PasteSpecial Format:="Text"
End Sub
--
Jim
"Jerry" wrote in message
...
| When copying text from another application into a cell in Excel, I can
either
| choose to retain the source formatting or use the destination formatting.
| Does anyone know a way that I can make the Excel destination formatting
the
| default so that it is not necssary to make the selection on every
copy/paste?
|
| Jerry


  #3   Report Post  
Jerry
 
Posts: n/a
Default Copy & Paste defaults

Thanks Jim. Appreciate the macro.
Jerry

"Jim Rech" wrote:

I don't think there is a way to default Excel to the destination formatting.
The only workaround might be to paste via a macro:

Sub PasteDestinFormat()
ActiveSheet.PasteSpecial Format:="Text"
End Sub
--
Jim
"Jerry" wrote in message
...
| When copying text from another application into a cell in Excel, I can
either
| choose to retain the source formatting or use the destination formatting.
| Does anyone know a way that I can make the Excel destination formatting
the
| default so that it is not necssary to make the selection on every
copy/paste?
|
| Jerry



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
copy & paste spreadsheet cells from excel to outlook to excel mismarple Excel Discussion (Misc queries) 1 September 20th 05 11:16 PM
Copy and paste from one spreadsheet to another Calculate Date range Excel Worksheet Functions 2 September 17th 05 09:04 AM
Issue with copy & paste? Etrnal168 Excel Discussion (Misc queries) 2 July 12th 05 03:35 AM
copy / paste selective rows Kenny Kendrena via OfficeKB.com Excel Discussion (Misc queries) 5 February 7th 05 12:55 PM
Copy & Paste Brian Keanie Excel Discussion (Misc queries) 1 February 5th 05 11:56 AM


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