B4J Question EXCEL FUNCTIONS

h.drose

Member
Hi,

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 )
 

DonManfred

Expert
Licensed User
Longtime User
 
Upvote 0
Top