View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JM[_9_] JM[_9_] is offline
external usenet poster
 
Posts: 1
Default Problem in Range VBA excell...

Hi.

i have teh folowing code in a excell doc, but it doesn´t work..
Can any one give me a hand? What´s wrong?

thanks!!
Jorge

Range("A1:C1").Select
Selection.AutoFill Destination:=Range("A1:C &
Worksheets("Geral").Cells(3, 31).Value"), Type:=xlFillDefault
Range("A1").Select

I want to copy a selection a ra range of cells that varyby the valeu
inserted in a cell (c31)