access to cell values

  • Thread starter Thread starter bbxrider
  • Start date Start date
B

bbxrider

trying to reply to answer to a post from 5/27 but my newsgroup client,
outlook express, is only bring up messages from 5/28/04

this suggestion, me.range("cellName").value does not work, i'm still
trying
see below for original question and suggestion

Hi
try for example:
targetVariable2 = Me.Range("A1").Value
 
oops, sorry that works, my mistake, had the cellName i was trying to access
spelled wrong, duh,
so imagine when 'range' is used with no qualifier, it assumes the current
'activesheet'
???
 

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