Consulting

Results 1 to 10 of 10

Thread: Help with VBA project

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Newbie
    Joined
    Feb 2020
    Posts
    5
    Location

    Help with VBA project

    Hi,

    I need help with VBA project in word.
    Topic: Multiple IF condition to count the number of characters in string and insert a character in between the string.
    Requirements: The multiple IFs should be if the string has three characters then insert X after second character, if the string has four characters then insert X after second character, if the string has five characters then insert X after third character, if the string has six characters then insert X after third character, if the string has seven characters then insert X after fourth character.

    Thank you
    Last edited by sinan km; 02-27-2020 at 01:57 AM.

Posting Permissions

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