Need Help - Copy/Paste & Header Row

  • Thread starter Thread starter Donnie Stone
  • Start date Start date
D

Donnie Stone

I have a header in row 1. Is it possible to modify the code so it excludes
it and starts executing in cell A2 for example?
 
Donnie,

For Each cell In Intersect(ActiveSheet.UsedRange.Columns(1),
Range("2:65536"))

HTH,
Bernie
 

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