Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Copy Cell Formatting

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 989
Default Copy Cell Formatting

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Copy Cell Formatting

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
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
how to copy cell formatting in formula JBW Excel Worksheet Functions 5 May 20th 09 04:16 PM
Copy data to new cell but with different formatting chiefwidmer Excel Discussion (Misc queries) 3 April 12th 07 10:09 PM
How to copy formatting when moving from cell to variable to another cell on another worksheet kls[_2_] Excel Programming 1 September 11th 04 10:42 PM
Copy Formatting of Cell Frank Kabel Excel Programming 3 May 14th 04 10:35 PM
Copy cell with individual formatting Arkaad Excel Programming 5 October 20th 03 09:08 PM


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