Quote:
Originally Posted by macropod
Have you searched this forum, in particular, for VBA code relating to table processing?
|
yes, for my code i was always looking in the vba help or searching the web, and till now i always found an answer. but not for this problem, and thats why i registerd here.
maby i specify the problem:
my code goes from heading to heading and depending on what comes after the current heading (Text, another heading or a table), there are different actions.
The tables are looking like the picture i added.
The
bold Cells are the cells where i can find out what to do with ne next cell. but they are flexible. so the
Name-Cell could be at the place of the
ID-Cell.
if there is a table, the Selection (or Range) should be the first cell, than i can put this selection in the right place of the xml file. then the next cell and so on. but i dont know how to stop, so how do i find out if that was the last cell of this table.