Need help hiding 0.00 value in datasheet view

  • Thread starter Thread starter erick-flores
  • Start date Start date
E

erick-flores

Hello all

I am having a lil problem to display my data in datasheet view. I know
you can not have more than 3 Conditioanl Formating. So I am trying a
way around to eliminate one of my current CF so I can add another one
but at the same time keep the other CF.

My question: How do I HIDE (I dont want it to display) a field in
datasheet view if the value is = 0.00 without using conditional
formating, in other words using VBA code.

Thanks in advance...
 
Use this as the format property of the text box you want to format:
"#.00;(#.00);#"
 

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