View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roberto Cortiana Roberto Cortiana is offline
external usenet poster
 
Posts: 2
Default Read EXCEL table

Hello! I've a problem.
I have an excel sheet thath contains a table made of 16 columns and not
specified number of rows ( for example 10-100-1000 etc.).
My problem is: I want to read this table, using VBA. Now I read each cell,
and when I read an empty value, I assume that there aren't any values to
read.
My question is: Can I read this table in one time ( I've defined the RANGE
object that contains column A:R)?

Thank you for response.
By.