User profile: jackfrickenfrost

User info
User name:jackfrickenfrost
History
Joined:
Number of posts:5
Latest posts:

How do I get the strings from ms office find and replace?
I was able to record a macro and it looks like this: [code] Sub mymacro() Selection.Find.ClearF...

How do I get the strings from ms office find and replace?
I would like to write a program that monitors ms office's find and replace utility, and every time t...

remove punctuation but not accents
I am using this code to remove the punctuation from a string. str.erase( remove_if(str.begin...

Help with loop searching file
thank you, that worked

Help with loop searching file
I am trying to write a program that will aid me in some translation work. It takes a string, tokeni...