Solved
Forum Discussion
shankar_r
8 years agoCommunity Hero
try this line instead of your, it should work.
sheet2 = book.Sheets.Item("Sheet2")
forrestaustin
8 years agoContributor
When I try that suggestion I get the following error: Python runtime error
TypeError: 'IdispatchIndexedPropertyWrapper' object is not callable
Do you know how I can fix this?