Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

excel win32com select multiple cells in a row or column

myRange3 = xlSheet.Range(xlSheet.Cells(2,2), xlSheet.Cells(3,8))

#xlsheet is the win32com instance of excel, Workbook and worksheet reference 
Source by www.oreilly.com #
 
PREVIOUS NEXT
Tagged: #excel #select #multiple #cells #row #column
ADD COMMENT
Topic
Name
2+8 =