Python-Excel: How to paste selected cells (range) to different location on the same sheet in Excel

mimicico at gmail.com mimicico at gmail.com
Thu Aug 4 06:10:20 EDT 2005


I think you just need do:
sh.Range(sh.Cells(4,1),sh.Cell­s(6,3)).Value =
sh.Range(sh.Cells(1,1),sh.Cell­s(3,3)).Value




More information about the Python-list mailing list