getting value of range problem

  • Thread starter Thread starter Grant
  • Start date Start date
G

Grant

I am having no luck trying to get the value of the range
from the worksheet_change sub procedure.

Worksheet_Change(ByVal Target As Range).

I think that 'Target' is a range object so why can't I
just simply go:
msgbox Target.value ?

Cheers for any help,
Grant.
 

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