Regarding the subject,
If you have a table,
There are several rows of values in the table.
What I want is not column A, but column B, second row and subsequent cell values.
Loop with For Each and exit when the line is empty.
Repeat
DimdtRowsAsdatatable
Foreach dtRows in Keywords.row
String.isNullofEmpty(dtRows.item("value").ToString())
Next
"Value" = B2 cell.
I would appreciate it if you could tell me how to get it from the loop above.
Sorry.
Self-resolved.
It's not a code issue, but
Excel had a wrong sheet to retrieve parameters.
606 Uncaught (inpromise) Error on Electron: An object could not be cloned
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
577 PHP ssh2_scp_send fails to send files as intended
885 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.