lukers83 Posted May 3, 2019 Posted May 3, 2019 I'm trying to read information from an Excel sheet with a list of names (perhaps using the library here?). My main problem is that I later want to be able to recall these names one at a time, perform a loop function in which I type said name, and then repeat with the next name in the sheet. Is there a way to do these?
Moderators JLogan3o13 Posted May 3, 2019 Moderators Posted May 3, 2019 Yes, read the Excel range into an array and loop through said array. Take a look at Excel_RangeRead in the help file; it has three examples to show you how to use it. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now