View Single Post
  #3   Report Post  
Posted to microsoft.public.word.tables
Benz Benz is offline
external usenet poster
 
Posts: 7
Default Insert in First Empty Cell

Thank you! It works great!

Ben Z.

"Helmut Weber" wrote:

Hi Ben,

Sub Macro7()
Dim oTbl As Table
Dim oCll As Cell
Set oTbl = ActiveDocument.Tables(1)
With oTbl
For Each oCll In .Columns(1).Cells
If Len(oCll.Range) = 2 Then
oCll.Range.Text = "was empty"
Exit For
End If
Next
End With
End Sub

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"