creating tables in MS Word using VBA
What are the codes to create a table in MS Word? I've used the record function for macro to see how it is written and i have no idea how to interpret this. and can you not draw tables while recording a macro? It greys out the "draw table" function. I need to make a talbe that has some merged cells within the table - it would be easier if i can draw the table and record using macro but it seems like i can't do that... I've used the draw function to draw the follow table but i can't record it. HELP?! This should get you started. Sub Tester() Dim x, w, c ThisDocument.Tables(1).Delete ThisDocument