View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] dayton500@hotmail.com is offline
external usenet poster
 
Posts: 1
Default Relative Range Selection

How do I make this range that I copy using my macro relative to the
cell I select. If I am at cell B4, I want it copy B4:U4.

Range("B1:U1").Select
Selection.copy

Thanks