View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech nastech is offline
external usenet poster
 
Posts: 383
Default help with EXCEL SCRIPT

hi, is there a way to modify the reference to columns,
to be from a different (single) cell, such as INDIRECT..
within a macro / script? Thanks


the type of lines I want to reference a

Range("A1").Value
Columns("B:C").Select
Range("D:E").Select

Intersect(Me.Range("F:G"),
With Me.Cells(.Row, "H")