Thread: Macro Help
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] atrscomputers@gmail.com is offline
external usenet poster
 
Posts: 21
Default Macro Help

This is what I have now but it still breaks on the same error

Range("A9:E9").Select
selection.End(xlDown).Select
selection.Copy

Andrew