B
BillRobPV
This is a new post, but relevant to my old post "Not Copying Conditional
Formats".
I color (fill) a series of cells (not with any conditional format). Then
run a simple macro with the line
CI = activecell(rowno,"A").Interior.ColorIndex
It always returns CI=-4142 for every row
Then I have a command line
selection.interior.colorindex=CI which clears the color.
The intent is to (someday) replace a conditional format with a specified
color that does not change when I sort, etc.
On a different subject, I have worked all weekend with pearson.com. I made
his functions into an xla file, did the "addins" as well as I knew how, and
made them all public functions, but I cannot access them from an macro.
Ideas would be appreciated, but I'd like to figure out why the really simple
macro described above does not work (before I tackle Pearson again).. TIA
Bill Roberts
Formats".
I color (fill) a series of cells (not with any conditional format). Then
run a simple macro with the line
CI = activecell(rowno,"A").Interior.ColorIndex
It always returns CI=-4142 for every row
Then I have a command line
selection.interior.colorindex=CI which clears the color.
The intent is to (someday) replace a conditional format with a specified
color that does not change when I sort, etc.
On a different subject, I have worked all weekend with pearson.com. I made
his functions into an xla file, did the "addins" as well as I knew how, and
made them all public functions, but I cannot access them from an macro.
Ideas would be appreciated, but I'd like to figure out why the really simple
macro described above does not work (before I tackle Pearson again).. TIA
Bill Roberts