CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2008
    Posts
    38

    Excel to Richtextbox

    Hi,
    I need to copy from excel to richtextbox in a formatted way.

    Thanks in advance

  2. #2
    Join Date
    Apr 2009
    Posts
    394

    Re: Excel to Richtextbox

    The Microsoft RichTextbox control in Visual Basic 6.0 is version 1.0 of that control and even version 2 and 3 do not support tables/grids. One must use version 4.1 or 6.0 to accomplish such a thing but as things go, these are not available to VB6.0 programmers. However, you may be able to use TOM to do an end run around this restriction... For answers on what TOM is see these links...

    http://msdn.microsoft.com/en-us/libr...07(VS.85).aspx
    http://blogs.msdn.com/b/murrays/arch...-versions.aspx
    http://msdn.microsoft.com/en-us/libr...06(VS.85).aspx
    http://www.tek-tips.com/viewthread.cfm?qid=1383606
    http://www.tek-tips.com/viewthread.cfm?qid=1588186
    http://www.tek-tips.com/viewthread.cfm?qid=1425514 'not really along the lines of what you need but interesting anyways




    Good Luck

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured