Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Fill array with Values
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Paul Robinson, post: 6444776"] Hi At top of module put Option Base 1 Inside a sub you can do lowlet = Array("a", "b",... etc) then lowlet(2) will be "b" as array counting starts at 1. regards Paul Note you could probably do these examples more efficiently using ascii codes and looping to fill the arrays. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Fill array with Values
Top