If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm writing some stuff in VBA to parse a spread sheet and load the parsed data into an Oracle Database. I'm cheating a little because I know exactly how many rows are being filled in. However, in the future I was hoping that the parser could run dynamically. Does anyone know if there's a function like maxrows() or something like that in VBA that will return the number of rows that have data?