PC Review


Reply
Thread Tools Rate Thread

Copy Cell Formatting

 
 
=?Utf-8?B?Q2hyaXN0bWFzIE1heQ==?=
Guest
Posts: n/a
 
      20th Oct 2006
Perhaps this is the wrong forum, however, someone will probably know.

In cell A1 on sheet2: =Sheet1!A1

This copies the contents correctly. Any ideas how to copy the cell
formating, specfically the borders, text colors, and shading.

I don't really need VBA code, just the simple Excel
properties/formulas/functions

Thanks in advance,

Christmas May
 
Reply With Quote
 
 
 
 
=?Utf-8?B?bWFyaw==?=
Guest
Posts: n/a
 
      20th Oct 2006
When Sheet1 cell A1 is selected, press Edit-Copy
Select sheet 2 cell a1
Press Edit-Paste-Special-Formats


"Christmas May" wrote:

> Perhaps this is the wrong forum, however, someone will probably know.
>
> In cell A1 on sheet2: =Sheet1!A1
>
> This copies the contents correctly. Any ideas how to copy the cell
> formating, specfically the borders, text colors, and shading.
>
> I don't really need VBA code, just the simple Excel
> properties/formulas/functions
>
> Thanks in advance,
>
> Christmas May

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      20th Oct 2006
Formulas can't return this kind of formatting.

Copy|paste (manually or through code) is one way.

Another (kind of ugly) way:
Select A1 on Sheet1
edit|Copy
goto sheet2, A1
Shift-Edit|Paste picture link

Leave the formula there (or point back to the original source in all your
subsequent formulas).



Christmas May wrote:
>
> Perhaps this is the wrong forum, however, someone will probably know.
>
> In cell A1 on sheet2: =Sheet1!A1
>
> This copies the contents correctly. Any ideas how to copy the cell
> formating, specfically the borders, text colors, and shading.
>
> I don't really need VBA code, just the simple Excel
> properties/formulas/functions
>
> Thanks in advance,
>
> Christmas May


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy data to new cell but with different formatting =?Utf-8?B?Y2hpZWZ3aWRtZXI=?= Microsoft Excel Misc 3 12th Apr 2007 10:09 PM
How do I copy formatting in a cell reference =?Utf-8?B?c2FuIGpvc2UgbmF0aXZl?= Microsoft Excel Misc 1 30th Jun 2005 06:40 AM
How to copy formatting when moving from cell to variable to another cell on another worksheet kls Microsoft Excel Programming 1 11th Sep 2004 10:42 PM
Re: Copy Formatting of Cell Frank Kabel Microsoft Excel Programming 3 14th May 2004 10:35 PM
Re: Copy cell formatting via a formula Dave Peterson Microsoft Excel Worksheet Functions 0 20th Aug 2003 04:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:16 AM.