Replies: 1 comment
-
Thanks for reporting @Alexcel - will fix soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I would like to suggest changes to several codes provided in SeleniumVBA (Excel). Basically, changing from using
Integer
asDim
toLong
. Recently, the code crashed when reading a Youtube Music playlist with over a thousand items (yes, I did that!), and the elements count exceeded the Integer limit (32768). This will also easily happen when reading, say, 1 million rows from an Excel 365 spreadsheet. Finally, I would like to thank the creators for making SeleniumVBA available, as it is an excellent tool.Beta Was this translation helpful? Give feedback.
All reactions