How can I get the first empty cell on a sheet of excel?
Im new on this compilator, Im currently migtrate from MS Visual Basic,
So this what Ineed, on Visual Basic must be like:
( last_line = Range("A" & Rows.Count).End(xlUp).Row + 1 )
As written here, I plan to make it easier to read and write Excel workbooks. The solution is based on three components: - Apache POI - https://poi.apache.org/ Large open source project that provides APIs for Microsoft documents. Note that the files are accessed directly, it doesn't depend on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.