Bring forward conditional formatted characteristics

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In workbook “HR A1â€, worksheet “Scorecardâ€, cell AN6, is a percent value that
is conditionally formatted.

In workbook “Dashboardâ€, worksheet “Dashboardâ€, cell W31, I want to show the
AN6 value, along with the conditional formatting. How would this be done?

Thanks,
Phil
 
Hi
not possible with qa formula. You can try to copy the cell (also with
VBA code) But an automatic link is not possible
 
Thanks for your answer Frank. Would a function in the Personnal Workbook be
possible? Or is this a dead horse?
 
Functions (builtin or homegrown in personal.xls) can't change formatting. They
return values.

If you recorded a macro when you did your edit|copy, edit|paste special|formats,
you'd see the code that could work in a Sub, though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top