Thread: [Solved] Word VBA Tables
View Single Post
 
Old 05-20-2014, 12:57 AM
TSTG TSTG is offline Windows 7 64bit Office 2007
Novice
 
Join Date: May 2014
Posts: 4
TSTG is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
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.
Attached Images
File Type: jpg Table.jpg (63.2 KB, 39 views)
Reply With Quote