Wednesday, March 7, 2012

Problem using the textAlign expression

I am trying to use an iif function in the textAlign property.

=iif(A=B, left, center)

I am getting an error on the left...it seems to be expecting arguments for the left function.

How do I get around this?

Forscuis

Try

=IIF(A=B,"Left","Center")

This is should resolve your issue.

Ham

|||thanks that worked.|||

not a problem,

Can you mark it as answers so that others will searching for answers will find our solution?

Ham

No comments:

Post a Comment