#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Autofill Colour

book1.xls has update link to the database through "function query" mean
whenever there is changes in database file book1.xls automatically run update
it open. i want book1.xls to show colour on those column that has a new
update"for example" if A2 TO N2 has new update then it should show color
column from A2 TO N2. it can be any colour. just want to track which column
has new update or chnages. Please can you master advice on what to do. Thanks
so much.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Autofill Colour

Please do not post multiple times, it makes it confusing for people trying to
provide help on knowing what has already been suggested.

Because an "update" actually goes through and refreshes all the cells, there
is no simple way of tagging cells with colors. However, you could set it up
(with a macro or manually) so that before update commences, a backup file is
created. Then, have a formula sheet compare new sheet to backup sheet. You
could set it up so that it only displays new data like

=If([Book1.xls]Sheet1!A1<[Book1Backup.xls]Sheet1!A1,[Book1.xls]Sheet1!A1,"")


--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Kanmi" wrote:

book1.xls has update link to the database through "function query" mean
whenever there is changes in database file book1.xls automatically run update
it open. i want book1.xls to show colour on those column that has a new
update"for example" if A2 TO N2 has new update then it should show color
column from A2 TO N2. it can be any colour. just want to track which column
has new update or chnages. Please can you master advice on what to do. Thanks
so much.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Autofill Colour

I'm sorry for that. please tell me the step to set it up with macro. thanks

"Luke M" wrote:

Please do not post multiple times, it makes it confusing for people trying to
provide help on knowing what has already been suggested.

Because an "update" actually goes through and refreshes all the cells, there
is no simple way of tagging cells with colors. However, you could set it up
(with a macro or manually) so that before update commences, a backup file is
created. Then, have a formula sheet compare new sheet to backup sheet. You
could set it up so that it only displays new data like

=If([Book1.xls]Sheet1!A1<[Book1Backup.xls]Sheet1!A1,[Book1.xls]Sheet1!A1,"")


--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Kanmi" wrote:

book1.xls has update link to the database through "function query" mean
whenever there is changes in database file book1.xls automatically run update
it open. i want book1.xls to show colour on those column that has a new
update"for example" if A2 TO N2 has new update then it should show color
column from A2 TO N2. it can be any colour. just want to track which column
has new update or chnages. Please can you master advice on what to do. Thanks
so much.

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
autofill colour based on date entered Tacrier Excel Discussion (Misc queries) 4 December 17th 08 06:02 PM
autofill colour based on date entry Tacrier Excel Discussion (Misc queries) 9 December 10th 08 08:10 AM
how do i autofill a cell a certain colour based on it's value? dave Excel Worksheet Functions 2 January 27th 08 06:22 PM
How do I save new colour schemes for graphs in the colour template Alison Charts and Charting in Excel 1 July 22nd 06 10:35 PM
Autofill: Need to autofill one week block, (5) weekday only into cells. dstock Excel Discussion (Misc queries) 1 June 17th 05 08:21 PM


All times are GMT +1. The time now is 06:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"