How can I change the value of a cell I just inserted with win32com?

后端 未结 0 1376
耶瑟儿~
耶瑟儿~ 2021-02-12 06:17

The code looks something like this:

while m < arrayLength:
    Cell = ws.Cells(row, 1)
    
    if(Cell.Value == "pasteBeforeThis"):
        copyRang         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题