Code to compare cell values from different worksheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone let me know if there is a way to compare the value of cells that
are on different worksheets within a workbook.

Thanks in advance for your help.
Ed
 
Hi Ed,

Not sure to understand, but :

If sheets("your name sheet").range("b4")=sheets("your other
sheet").range("m8") then

follow by your code...

Rgd
MIka
 

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