I am need of a solution to a problem dealing with highlighting percentage values based on significance tests.
I was thinking the best way would be to check the percentage worksheet(s) against a Boolean worksheet(s) identical in structure to the percentage worksheet(s), but with 1's denoting what cells should be highlighted.
The vba script needed is one comparing workbook 1 (percentage worksheets) to workbook 2 (boolean of test values) (i.e., highlight or not) and then highlighting the cells in the workbook 1 where 1's are found in the workbook. 2.
Also, all of the worksheets (i.e., percentage worksheets and boolean worksheets) could reside in the same workbook if that allows for an easier/cleaner solution.
Any input would be highly appreciated.
Please let me know if any additional info is required.
Hopefully this receives the first post "special" treatment.
btw: I am posting to this forum since it's provided threads to help resolve problems and/or find solutions in the past where others could not.
I was thinking the best way would be to check the percentage worksheet(s) against a Boolean worksheet(s) identical in structure to the percentage worksheet(s), but with 1's denoting what cells should be highlighted.
The vba script needed is one comparing workbook 1 (percentage worksheets) to workbook 2 (boolean of test values) (i.e., highlight or not) and then highlighting the cells in the workbook 1 where 1's are found in the workbook. 2.
Also, all of the worksheets (i.e., percentage worksheets and boolean worksheets) could reside in the same workbook if that allows for an easier/cleaner solution.
Any input would be highly appreciated.
Please let me know if any additional info is required.
Hopefully this receives the first post "special" treatment.
btw: I am posting to this forum since it's provided threads to help resolve problems and/or find solutions in the past where others could not.