Find First Cell In A Range

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

Hi Can someone help I am trying to find the first cell in
a range any help will be much appreciated thanks
Charles
 
--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
selection.cells(1,1).value

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
use this syntax:-

MyRange.Range("A1")


Patrick Molloy
Microsoft Excel MVP
 

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