Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I use Javascript merge ms excel cells,my code is : oSheet.Range(Cells(1, 1), Cells(2, 2)).Merge(); It report errors, pls help me,Thank you!
I got a answer from one of my friends. oSheet.Range("A1:B2").Merge(); It works. I don't know what wrong with this: oSheet.Range(Cells(1, 1), Cells(2, 2)).Merge();