Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Retain colours of figures using vlookup between pages

Can colour of text or figures be requested in formules like vlookup so that
what information you called up can be shown in its original colors
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default Retain colours of figures using vlookup between pages

No, there is no way to have a built-in formula lookup any formatting. You
would need to code this in VBA, probably by the _Calculate event procedure;
you would need to find the cell's precedents and use that to find the
formatting of the source cell, copy it to the target cell. Not an easy task
and I don't have time right now to try to work it out!
--
- K Dales


"Quo Vadis" wrote:

Can colour of text or figures be requested in formules like vlookup so that
what information you called up can be shown in its original colors

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Retain colours of figures using vlookup between pages

And on top of that, formulas don't support this kind of character by character
formatting.

You'd have to convert the formula to a value, then do the formatting--and then
find a way to replace the lost formula (worksheet_change???)

K Dales wrote:

No, there is no way to have a built-in formula lookup any formatting. You
would need to code this in VBA, probably by the _Calculate event procedure;
you would need to find the cell's precedents and use that to find the
formatting of the source cell, copy it to the target cell. Not an easy task
and I don't have time right now to try to work it out!
--
- K Dales

"Quo Vadis" wrote:

Can colour of text or figures be requested in formules like vlookup so that
what information you called up can be shown in its original colors


--

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
vlookup across multiple pages Mazkot Excel Worksheet Functions 2 May 11th 10 08:56 PM
Using VLOOKUP to find colours Me Excel Worksheet Functions 1 March 27th 10 02:24 PM
vlookup across multiple pages Chris Excel Worksheet Functions 2 April 17th 08 07:53 PM
Changing positive figures to minus figures Louise Excel Worksheet Functions 2 September 14th 05 10:05 AM
Excel 2003 font colours and cell colours bretta Excel Discussion (Misc queries) 1 April 17th 05 03:45 AM


All times are GMT +1. The time now is 06:40 AM.

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"