On Current and two IF statements

  • Thread starter Thread starter Squibbly2
  • Start date Start date
is it possible in the On Current event that you can have two IF statements

Two, twenty, two hundred... pretty much whatever you need.

I'd click the ... icon and choose Code Builder. That will put you in
the VBA editor, which will give you the flexibility to do multiple
Ifs, nested Ifs, Select Case statements, anything you can do in a full
power programming language.

John W. Vinson[MVP]
 
Back
Top