I imported the Excel Object Library 9.0 into VS.NET 2003 and want to perform the cell merging function. However, I tried the ExcelRange.Merge() and the ExcelRange.MergeCells = false but they doesn't work. Any solutions ? -- Best Regards, Wyatt Wong
use range.merge instead "Wyatt Wong" wrote in message news:90EA7D43-39BF-47F2-9C60-28C9F0BD8D43@microsoft.com... >I imported the Excel Object Library 9.0 into VS.NET 2003 and want to >perform > the cell merging function. > > However, I tried the ExcelRange.Merge() and the ExcelRange.MergeCells = > false but they doesn't work. > > Any solutions ? > > -- > Best Regards, > Wyatt Wong
Can you show me the EXACT code snippet to do the merge cell function ? -- Best Regards, Wyatt Wong "new.microsoft.com" wrote: > use range.merge > instead > > "Wyatt Wong" wrote in message > news:90EA7D43-39BF-47F2-9C60-28C9F0BD8D43@microsoft.com... > >I imported the Excel Object Library 9.0 into VS.NET 2003 and want to > >perform > > the cell merging function. > > > > However, I tried the ExcelRange.Merge() and the ExcelRange.MergeCells = > > false but they doesn't work. > > > > Any solutions ? > > > > -- > > Best Regards, > > Wyatt Wong > > >