Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The code below opens the correct document but now I would like to number the
cells in the table. The document has 2 tables both with 2 columns in them. I would like to automatically number the cells in table column 1 of table 2. Any help is very much appreciated. Thank you Dim appWD As Word.Application Set appWD = CreateObject("Word.Application") appWD.Documents.Open ("C:\Microsoft Office Datafiles\Word\DailyNotes\DailyNotes " & strDate & ".doc") appWD.Visible = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
transfer data to fill a word document to print (automatically) | Excel Discussion (Misc queries) | |||
How do I convert a word table into an excel document? | New Users to Excel | |||
table into Word Document | Excel Discussion (Misc queries) | |||
How to automatically number a new document(Invoice) when opening | Excel Discussion (Misc queries) | |||
How to automatically number a new document(Invoice) when opening | Excel Discussion (Misc queries) |