Re: $$Excel-Macros$$ Send data from Excel to Word Table

2011-10-24 Thread johann
On Oct 24, 4:33 am, ashish koul koul.ash...@gmail.com wrote: check both method 1 and method 2 Great Thanks -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links :

Re: $$Excel-Macros$$ Send data from Excel to Word Table

2011-10-23 Thread ashish koul
hi try this i would suggest do not merge first two rows in Feuilsheet . Increase the row size Option Explicit Sub Send2Word() Application.ScreenUpdating = False Application.Calculation = xlCalculationManual ' tools -refrence- microsoft word Dim wb As Workbook Dim ws As Worksheet Set wb =

Re: $$Excel-Macros$$ Send data from Excel to Word Table

2011-10-23 Thread johann
Hi, What about this code? Why does it return a compile error :Can't assign to read only property word table (wrdTable) ? wrdTable(ti, tj) = ws.Cells(i, j) Option Explicit Sub Send2Word2() Application.Calculation = xlCalculationManual Application.ScreenUpdating = False Dim wb As Workbook Dim