Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vadim86

    merge cells

    Hello SkipVought, Unfortunately, I still didn't solve the problem. I managed to merge cells for two rows, but still doesn't work for 3 and more. I attached word document with tables before and after merge. My code that works for two rows : I have 2 arrays 1. mergecell[(1,1),(1,4), .. ... 2...
  2. vadim86

    Word Automation

    Hello MakeItSo, The major problem is that I merge rows and columns. So, even if I start from the most bottom right cell indexes do not stay the same.
  3. vadim86

    merge cells

    SkipVought, I think that I also have to check whether whole row was already merged before adjusting row index. Is there maybe easier and FASTER way to do it?
  4. vadim86

    merge cells

    I run through my array of cells and subtract 1 from every column that is located to the right of my current merged column only when detected horizontal merge (mergeFrom.row = mergeTo.row) The same I do for rows.
  5. vadim86

    merge cells

    Thanks SkipVought Yes, I'm coding in VB6 , but suggested asking my question on VBA forum instead of VB6 I'm adjusting my array indexes for row and column in my array, but can't get it to work properly. Works fine only for two row and very very slow.
  6. vadim86

    merge cells

    Hello, I need to merge table header cells horizontally and some vertically from my VB6 program. The problem is that after merging first 2 cells indexing of other cells changes. So, after merging cell(1,1) and cell(1,2) the original cell(1,3) changes to cell(1,2). I have some headers with 3-4...
  7. vadim86

    Word Automation

    Thanks strongm, but I do it in VB6
  8. vadim86

    Word Automation

    Hello, I need to merge table header cells horizontally and some vertically. The problem is that after merging first 2 cells indexing of other cells changes. So, after merging cell(1,1) and cell(1,2) the original cell(1,3) changes to cell(1,2). I have some headers with 3-4 rows and about 10...

Part and Inventory Search

Back
Top