Search the Community
Showing results for tags 'sheets'.
-
Hello, I'm struggling and not sure what I'm missing with how to use the _Excel_RangeRead function. Based on: https://www.autoitscript.com/autoit3/docs/libfunctions/_Excel_RangeRead.htm The second parameter should allow me to select different sheet names, however I can't seem to get it to work. I was thinking something like this (see below) would be all I need to get an array for the sheet named as "test sheet". $array = _Excel_RangeRead($oWorkbook, "test sheet") Can someone please help tell me what I'm missing here? Thank you,
-
Google Sheets Using Keyboard to Navigate
MisterVSE posted a topic in AutoIt General Help and Support
Hello, AutoIt World. I was just starting to think about use of a Google Sheet for accessing and storing some data collected by an AutoIt Script program, and I see aroud many tips to navigate without mouse, but the basic I didn't see, that is: I want, for example, to Open the Spreadsheet and go to, example, Cell H120 ... How does it works, in Google Sheet using AutoIt?