Hi there,
I am working on modern design with VB, Windows
From Excel flow on For Each Excel Row
Current Row in range current sheet (i using for each excel sheet so is reading few sheets)
checked Has header
Assigning to dictionary config index 0 = index 1
problem:
my worksheet did not always starts with visible row
meaning after header my first row might be empty
and for each row there is blank row
and for index 0 there might be blank cell even index 1 has value
the output using the for each excel row activity
when first row is blank it will not read that sheet totally
and when there is blank row even the following row has value it will end reading that sheet
and when there is empty cell in index 0 it will throw error
Can i use for each excel row under In range syntax to use
CurrentSheet.ReadAsDataTable(…
how should i use this syntax? or should i use other syntax?