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

2011-10-24 Thread johann
On Oct 24, 4:33 am, ashish koul 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 : http://twitter.com/exceldail

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

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 "Feuil"sheet . 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 =