Click here to Skip to main content
15,911,132 members

Comments by Rock3rRullz (Top 3 by date)

Rock3rRullz 6-Aug-12 5:51am View    
The actual syntax was:
myWordDoc.Tables[1].Cell(1, 1).Range.Text = "Text";
Rock3rRullz 6-Aug-12 2:35am View    
I was looking at that link but didn't notice anything about how to find an existing table from a template. The code you provided has an error, the member cell(1,1) doesn't have a member called value.
Rock3rRullz 5-Aug-12 18:51pm View    
How can i do that ?!