View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
havocdragon havocdragon is offline
external usenet poster
 
Posts: 75
Default Need help adjusting selection ranges

Hey all. I am sure you all have seen the basic code listed below. What I need
to know is how to change the "Selection.end(xldown)" part to a variable
place, like 100 columns to the right?


Range(Selection, Selection.End(xlDown)).Select