I want to copy data from excel to the word table and then delete some columns from table. I can copy data to table, but when I delete column it gives error:
Sleep function might work.
Declare Sub Sleep Lib "kernel32" Alias "Sleep" _ (ByVal dwMilliseconds As Long) Sub Sleep() Sleep 1000 'Implements a 1 second delay End Sub