Macro formula help

E

El Bee

I have a macro that needs to check the value of a cell in a different
worksheet. The cell has a defined name called "mend_tape_cnt". How can I
write a formula within the macro to perform an "IF" statement against this
cell value.
For example:
If "mend_tape_cnt" > 0 then
......
else
......
End If

thanks for the help,

El Bee
 
E

El Bee

This works fine when entering the formula within a cell but I trying to
figure out how to write the formula within a macro so that if the
"mend_tape_cnt" is greater than zero do whaterver else do something else.
 

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


Top