Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Clifford Chapman   on Jan 11 In MS Office Category.

  
Question Answered By: Alfonsine Miller   on Jan 11

You can't reference a sum  the way you're trying to, but there are a few
ways you could do this.

The easiest, I suppose, would be to put  a formula in a new cell to sum
the others and simply reference the value of this in you code. But if
you can't or don'twant to do that, then this is probably the simplest
way of doing the sum inside your code:

If Range("B6").Value + Range("B7").Value + Range("B10").Value +
Range("B14").Value => 3 then

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on forms Or get search suggestion and latest updates.


Tagged: