View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
scone57 scone57 is offline
external usenet poster
 
Posts: 2
Default Unknown Range in Macro

Having trouble changing a fixed range to a variable range in VBA.
When creating the macro, I used a fixed range, but now need to change this
to a variable, for future spreadsheets.

Range("R4").Select
Selection.AutoFill Destination:=Range("R4:R886")
Range("R4:R886").Select

Can anyone help?