Saving the activecell range for later use

  • Thread starter Thread starter Tim Coddington
  • Start date Start date
T

Tim Coddington

Ok. Everyone probably knows this one but me. I seem to not be getting my
object typing correct.

Seems like you should be able to go ...
Dim LastCell As Excel.Range
LastCell = ActiveCell.Range("A1")

And then use LastCell in a With like With Activecell.

What types should I be using to do this? Where am I going wrong?
 

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