Results 1 to 4 of 4

Thread: Code Mod to prevent further .Replacement.Text over complete Document.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    10,456
    Rep Power
    10
    Hi
    I am just posting the full code , a By - Product from which was the solution to this Thread. This is just as a convenient place to reference this code in future Threads, as it runs from, and is working on, a WORD document.
    The basic idea of the code is to get over the problem of a vBulletin Forum Editor “eating” spaces of more than one in text.
    The code runs from a WORD document. It assumes you are preparing a Forum Post in a WORD document.
    After preparing your text you highlight your text and run the code. The text is copied to the clipboard with spaces replaced with light grey coloured Tidles, ~ . ( They are included in the Text String in BB Code format for light grey Tidles [color=lightgrey]~[/color] )
    You then paste into the Forum Editor.
    After posting you barely see the Tidles as they are coloured Light grey. ( if you change that light grey to white, you simply see what appears to be spaces. )

    More details and other code alternatives are given here:
    http://www.excelforum.com/the-water-...a-space-2.html


    _...

    Here is that code in the next post.
    Sub AlanHansClipboardTextGetFindReplace()
    Last edited by DocAElstein; 08-29-2016 at 05:45 PM.
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    KILL A MODERATOR!!

Similar Threads

  1. Replies: 2
    Last Post: 01-27-2015, 08:29 PM
  2. Replies: 0
    Last Post: 01-24-2015, 03:50 PM
  3. Replies: 1
    Last Post: 08-21-2014, 12:16 AM
  4. Replies: 2
    Last Post: 06-08-2013, 09:32 PM
  5. Replacement for TreeView
    By Rasm in forum Excel Help
    Replies: 2
    Last Post: 11-26-2011, 08:20 PM

Posting Permissions

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