Consulting

Page 2 of 2 FirstFirst 1 2
Results 21 to 23 of 23

Thread: pushbutton and countif/deletes

  1. #21
    VBAX Regular
    Joined
    May 2021
    Posts
    11
    Location
    Made it past there, stuck at the next xlReplaceFormula2:

    'replace double spaces with one space rTranslate.Replace What:=" ", Replacement:=" ", LookAt:=xlPart, SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False, FormulaVersion:=xlReplaceFormula2

  2. #22
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,726
    Location
    Probably because I got careless and missed two more instances


    Try ver 4c (fingers crossed)

    You can also just delete the last part of the lines


              , FormulaVersion:=xlReplaceFormula2
    Attached Files Attached Files
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

  3. #23
    VBAX Regular
    Joined
    May 2021
    Posts
    11
    Location
    That's it. It works perfect.

    I put in some new translations and media and ran it a few times and it's doing exactly what i need it to.

    Thank you so much for your time with this.

Posting Permissions

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