+ Reply to Thread
Results 1 to 5 of 5

combining many cells in one cells keeping character font and hyperlinks of all cells

  1. #1
    Registered User
    Join Date
    04-25-2012
    Location
    canada
    MS-Off Ver
    2003
    Posts
    4

    combining many cells in one cells keeping character font and hyperlinks of all cells

    Hi,

    I would like to combine the content of many cells into one cells only. The problem is the character formatting and the hyperlinks.

    I tried different way to achieve that and the only way i found was to make a function that look at the font of each character of each cells and copy the font for each character.

    with 2 cells its not so bad but when i get like 10 cells i have to combine the first 2 cells into another, combine the result with the next cells and so on.

    The processing is extremly long. Is there any other way i can achieve that ?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: combining many cells in one cells keeping character font and hyperlinks of all cells

    it might be easier to help if you upload a sample for us to look at?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    04-25-2012
    Location
    canada
    MS-Off Ver
    2003
    Posts
    4

    Re: combining many cells in one cells keeping character font and hyperlinks of all cells

    Thats the merge function i use. This function combine 2 cells. The rest of the code use this function to combine all the cells i need to combine

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    04-25-2012
    Location
    canada
    MS-Off Ver
    2003
    Posts
    4

    Re: combining many cells in one cells keeping character font and hyperlinks of all cells

    originaly i was trying to get a cell in a word table and put it in ONE cell in excell. But with copy and paste it puts the result on many cells.

    so what i did is copy and paste in a temporary excell sheet and after that copy the content of those cells in one cell.

    I tried to ajust the data directly in the clipboard, not working.
    the only way i found that work is the way i posted earlier with the mergecell code. But if there is any other way to achieve that that would be much appreciated.

  5. #5
    Registered User
    Join Date
    04-25-2012
    Location
    canada
    MS-Off Ver
    2003
    Posts
    4

    Re: combining many cells in one cells keeping character font and hyperlinks of all cells

    Any thoughts on this yet ?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1