Search:

Type: Posts; User: Clutch Cargo

Search: Search took 0.03 seconds.

  1. Re: Replace string that has a variable number

    Sorry, a double-post.
  2. Re: Replace string that has a variable number

    Victor Bravo,

    Just had to reply that your code worked flawlessly the first time! In fact, I am a bit in awe looking over your code how sleek and concise it is. So I am studying it to understand...
  3. Replace string that has a variable number

    I am attempting to replace a string of text which includes a number with new text which also includes new numbers. Such as:

    Old strings

    "NUM COLUMNS=21659"
    "NUM ROWS=16244"

    and replace...
  4. Re: Increment integer in string after appending file

    Just wanted to get back to you and say "thank you-Thank you-THANK YOU! :D

    Worked right out of the gate. I was able to adapt it for several scripts. I am sure others will find it useful.

    You...
  5. Re: Increment integer in string after appending file

    After further research, I have discovered two features that need to be added to the script:

    1. It's not the next incremented number that must be found but the next highest number as sometimes this...
  6. Re: Increment integer in string after appending file

    First 4x2y,

    I wish to say thank you for your superb help. Not only did your code work for me but I was able to study it and apply to yet another file in which I need to acquire the next number. ...
  7. Re: Increment integer in string after appending file

    Thx so much for such a quick reply. I tried a simple test to see if I could get the next number. All I get is the following error:

    "Wrong number of arguments or invalid property assignment:...
  8. Increment integer in string after appending file

    I have a .cfg text file where I need to Append my text to the bottom of it (not an issue), but then I need to increment my '[Package.N]' integer by one based on the last entry in the file. Here is...
  9. Replies
    3
    Views
    1,521

    Re: Path Not Found when I use variables...

    Ok, discovered several errors on my part:

    Added 'Option Explicit' to help out.
    Was stating "Section_" twice so no wonder it could not find sFolder.
    Placed sFolder variable line after...
  10. Replies
    3
    Views
    1,521

    Re: Path Not Found when I use variables...

    Thx for the reply techgnome. I did try that. I tried it by placing it in the Sub GetNewInputs() after the input boxes and I also tried it by placing it after the "For Each.... etc." line. In both...
  11. Replies
    3
    Views
    1,521

    Path Not Found when I use variables...

    I am building a script that uses a user's input to create the path for a source folder. If I use a full path (the path that has been comment out), this works. Otherwise I get "Path Not Found". Can...
  12. Need help with vbscript and Adobe Illustrator plug-in

    Pleading help from someone who is into Vbscript and Adobe Illustrator with regards to using script to access a custom preset in Illustrator. What I am trying do is a take an Tiff image and trace it...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width