Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2006

Tip: Looking for answers? Try searching our database.

Retain colours of figures using vlookup between  pages

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Quo Vadis - 20 Jan 2006 14:27 GMT
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
K Dales - 20 Jan 2006 14:40 GMT
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!
Signature

- K Dales

> 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 - 20 Jan 2006 18:08 GMT
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???)

> 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;
[quoted text clipped - 6 lines]
> > 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

Signature

Dave Peterson

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.