Wrong Output

  • Thread starter Thread starter Steven E.
  • Start date Start date
S

Steven E.

Hi,

when I want to get the operator from a conditional format in Excell
the formula returns a:

"1" for "between"
"5" for "greather than"
...

The formula I use is

Cells(Row, 2) = Cell.FormatConditions(1).Operator

with

Cell As Range

Is it possible to let the formula returning text instead of a number?
Is this a wrong declaration or do I have to change something else in m
formula.

Thanks
Steve
 
Hi
you have to do this mapping on your own. Excel internally stores
numeric values
 

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

Similar Threads


Back
Top