I need copy text "Filter1" from "A10" to "A5000". But By Range, not row by row.
Need speed and I think range is better than row by row. "Jorge Gárate" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Hi: > > Have Sheet with a column and is same data from row 9 to row 5000, have > this to filters. > > This Sheet is make by my program, not human. > > How i can copy cell or data "Filter1" in A9:A500 ? > > A try: > oHoja:GetCellByPosition( 0, 9 ):SetString( "GMN" ) > oRangoOrigen := oHoja:GetCellRangeByName("A9:A9):RangeAddress > oRangoDestino := oHoja:GetCellRangeByName("A10:A5000):RangeAddress > oHoja:CopyRange(oRangoOrigen, oRangoDestino ) // Copy > > But not work > > Help me please. > > Thanks > > Jorge --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
