-
July 3rd, 2008, 08:53 PM #1
Excel - How to Match Destination Format always
Excel Gurus - I need you.
Pasting new data into a spreadsheet brings up the Paste Options icon to either Keep Source Formatting, or Match Destination Formatting.
How do I universally apply to the spreadsheet so that pasting new data automatically or always matches destination formatting?
Only need on a per worksheet basis (not for a default template).
Thanks!
-
July 5th, 2008, 04:59 PM #2
-
July 5th, 2008, 05:03 PM #3Not Really a Member
- Join Date
- Oct 2001
- Posts
- 27,879
Hmm is this Excel 2003, or 2007?
I've seen that option, and found it quite annoying
give me a bit (possibly Monday) and I'll see what I can figure out
If anybody else has ideas, send 'em
-
July 5th, 2008, 05:53 PM #4
vass
thanks - I appreciate your effort.
Excel 2003
I did find a "workaround" that involved creating a macro, but that's still a PITA to hit a button every time.. not much of an improvement.
-
July 5th, 2008, 07:31 PM #5Not Really a Member
- Join Date
- Oct 2001
- Posts
- 27,879
does this do it?
Topics: Turning Off Paste Options
Choose Options from the Tools menu. Excel displays the Options dialog box.
Make sure the Edit tab is displayed. (Click here to see a related figure.)
Clear the Show Paste Options Buttons check box.
Click on OK.
-
July 5th, 2008, 08:16 PM #6
Nope :/
That only disables the Paste Options button from appearing while keeping the source formatting intact; it does not cause what I want to happen, which is to automatically *always match destination format* (i.e., without the paste option button).
Thanks, though
-
July 5th, 2008, 09:37 PM #7Not Really a Member
- Join Date
- Oct 2001
- Posts
- 27,879
doesn't seem to be possible

here is one option
OpenOffice.org Forum :: Paste as unformatted text by default?
Not sure if its what you're looking for though
seems to be a new feature in Excel 2007
Set your own default Paste options with Word 2007 | Microsoft Office | TechRepublic.com
-
July 5th, 2008, 09:37 PM #8Not Really a Member
- Join Date
- Oct 2001
- Posts
- 27,879
does Paste Special --> Values do what you want?
Thats not exactly removing a step though :-/Last edited by vass0922; July 5th, 2008 at 09:49 PM.
-
July 6th, 2008, 12:34 PM #9
thanks for the help, vass

I'll try recording a macro using Ctrl + V as the shortcut.
Yeah, how great that they have that option in 2007
Maybe I can find a TS seminar to get it gratis
-
September 14th, 2008, 07:00 PM #10Junior Member
- Join Date
- Sep 2008
- Posts
- 1
Cut/n/Paste nightmare
Oh this is SOOOOOOOO frustrating....
What happened? What friggin genius (ha) thought this would be a good idea?
-
September 15th, 2008, 11:13 PM #11
It's called planned obsolescence and it bites big time. The next iteration of Word will probably only open in WordPad for pre-XP OS machines.
"The inherent vice of Capitalism is the unequal unfair sharing of blessings. The inherent virtue of Socialism is the equal sharing of mediocrity and motivation. Socialism is a philosophy of failure, the creed of ignorance, gospel of envy, and its only inherent virtue is in the equal sharing of misery.
-
February 1st, 2009, 03:04 PM #12Junior Member
- Join Date
- Feb 2009
- Posts
- 1
-
February 5th, 2009, 01:16 PM #13Junior Member
- Join Date
- Feb 2009
- Posts
- 1
I found a way that works for me.
If you double click the cell you want to paste into then the destination formatting will be applied when you paste. Tested and verified.
-
March 18th, 2009, 01:10 PM #14Junior Member
- Join Date
- Mar 2009
- Posts
- 1
THANK YOU!
The double-click option doesn't do exactly what the OP (or I) was hoping, but it does cut down on the tedium. Thanks so much.
-
June 5th, 2009, 06:01 AM #15Junior Member
- Join Date
- Jun 2009
- Posts
- 1
Conditional Formatting?
Not a complete solution but I recently used conditional formatting to force some format options to remain even when pasting.
Format --> Conditional Formatting...
Then Formula is: =$ZZ$10000=""
Set all the options you can (there aren't many) to what you want.
This will override any local formatting that you subsequently try to apply though...
-
November 5th, 2009, 04:42 PM #16Junior Member
- Join Date
- Nov 2009
- Posts
- 1
keeping destination formatting
Copy the data to the clipboard (CTRL-C) then, in Excel, double-click the cell (make sure you select all of the data if you want to replace it, then paste (CTRL-V). That worked for me.
-
March 18th, 2010, 04:53 AM #17Junior Member
- Join Date
- Mar 2010
- Posts
- 1
This may help depending on what your trying to do.
This may help, if you are pasting multiple single lines into excel use the bar at top and it will only paste text adjusting it to your excel formatting. it makes it somewhat faster for single line pastes.
oh nm, double clicking cells works better and faster for this effect.
----SeeJ
As far as I know there's no options for changing default yet in any newer version of excel sad.Last edited by BluArtistEyes; March 18th, 2010 at 04:59 AM. Reason: already a better solution on page sorry
-
April 17th, 2010, 02:06 PM #18Junior Member
- Join Date
- Apr 2010
- Posts
- 1
Old thread, but the problem still exists. Here is what I've found:
1) You can set the default paste options in Word 2007 by- Click the Office button.
- Click the Word Options button.
- Click Advanced on the left side of the window.
- Scroll down to the Cut, Copy, And Paste section, click the drop-down arrow of the Pasting From Other Programs box and select Match Destination Formatting.
- Click OK.

2) An available method is the one mentioned above:- With data copied to the clipboard, double-click the cell to paste into.
- Paste (Ctrl+v)
Do this once, and then you will be able to paste with destination formatting just as quickly as normal pasting.- First, the preparation: copy data onto your clipboard from another program, and select a cell on the worksheet.
- To create the macro, on the menu bar select View > Macros > Record Macro
- In the dialog box, there are three important tasks:
- Name your new macro. (I usually name it pasteWithDestFormatting)
- Select the keystroke (I almost always put a capital V in the box for the shortcut key, and the resulting keyboard shortcut is Ctrl+Shift+v)
- Choose where you want to save this macro:
- If you only want it available in this workbook, choose this workbook.
- If you want the macro available whenever you use Excel on this computer, choose Personal Macro Workbook.
- Click OK to start recording the macro.
- Enter Ctrl+v (lower case, normal paste method) to paste your data into the selected cell.
- Click on the little options menu box next to the cell and choose Match Destination Formatting.
- Stop recording the macro (View > Macros > Stop Recording.)
-
April 19th, 2010, 05:54 AM #19Junior Member
- Join Date
- Apr 2010
- Posts
- 29
Hi Vass thanks - I welcome your effort.
-
January 6th, 2011, 03:15 PM #20Junior Member
- Join Date
- Jan 2011
- Posts
- 1
Found this "solution"
I found this on another board: Before paste, press "backspace" or "F2" then paste.
Always Match Destination Formatting - AppScout
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Able to Export the Access Report to Excel, but not in the desired format.
By ShameerG in forum Applications and Operating SystemsReplies: 1Last Post: January 9th, 2008, 11:34 AM -
Excel Format Question
By ZeR0 in forum Applications and Operating SystemsReplies: 1Last Post: December 18th, 2006, 09:08 AM -
Excel help!! I fight Excel & Excel wins!!!!!!!!!
By Dooin' it in forum Applications and Operating SystemsReplies: 4Last Post: March 23rd, 2005, 09:35 PM -
Honeymoon destination help
By ILC in forum IMO CommunityReplies: 24Last Post: June 15th, 2004, 05:10 PM -
dsl destination not reachable
By jdbic in forum Networking and InternetReplies: 3Last Post: July 29th, 2003, 11:37 PM



LinkBack URL
About LinkBacks



Reply With Quote

Didn't like Transformers growing up. I was more into Speed Racer and DBZ.
Thread About Anime