If statements within macros


Posted by Bill Robbins on October 30, 2001 4:57 AM

I have a situation where I need a macro to take a contingent action depending on cell criteria within a worksheet. That means an "if" statement. I have no real understanding of visual basic code, but any help would be appreciated.

Bill.

Posted by Barrie Davidson on October 31, 2001 6:40 AM

Bill, what is your criteria and where is the cell?

BarrieBarrie Davidson



Posted by Gyula Grosics on October 31, 2001 12:21 PM

Look up "If...Then...Else" in the VB Help file.