undermustang Posted May 16, 2016 Posted May 16, 2016 Hey guys, I am writting a routine to read a excel file that contains a column with the number of the element, a column with the x's coordinate and a column with the y's coordinate. I need a way of making a loop to read whatever elements are filled by the excel's user and get this values in vectors so they can be used after. Is there anyway of doing that? Thank you very much! Quote
Lee Mac Posted May 16, 2016 Posted May 16, 2016 Query the usedrange property of the worksheet object; here is an example. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.