Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default linking format

I would like to link a cell to another cell so that changing the source
cell's formatting (but only the text colour would be fine) would
change also the destination cell's format. Something like linking, but
not only for values but also for the formats. Does this exist in excel
or is there a VBA workaround???


Regards
Benny

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default linking format

You can't do this kind of thing using formulas.

But you could use a worksheet event that looks for a change to the original cell
(value/formula only), then copies that cell and pastes it to that other
location.

The bad news is that changing the format of that first cell, won't cause this
worksheet event to fire.

And if that first cell contained a formula, then reevalating the formula won't
cause the worksheet_change event to fire, but you could use the
worksheet_calculate event.

So if this appeals to you, where's that first cell, where's the second cell and
how does the first cell change?

" wrote:

I would like to link a cell to another cell so that changing the source
cell's formatting (but only the text colour would be fine) would
change also the destination cell's format. Something like linking, but
not only for values but also for the formats. Does this exist in excel
or is there a VBA workaround???

Regards
Benny


--

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
Linking cells with changing format Wombat Excel Discussion (Misc queries) 3 October 6th 09 04:08 PM
Linking cell format across worksheets PiL Excel Discussion (Misc queries) 3 May 6th 09 12:31 AM
linking colour format between sheets glen Excel Worksheet Functions 0 November 20th 07 07:44 PM
Chart Format & Linking? Ken Charts and Charting in Excel 2 January 22nd 05 02:32 PM
Format when linking cells Frank Kabel Excel Programming 1 April 2nd 04 03:36 PM


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