mpeterson
02-10-2017, 08:15 AM
Hi All,
I have been running a vba macro which applies html tags on selected items in a text for over two years. Due to the increasing amount of work needed by this code, manual work of running it on a file and saving it has become a very tedious and time consuming task. The number of files that need html tags application is over 15000!!
The VBA macro which I'm using could be found at this link: http://www.vbaexpress.com/forum/showthread.php?51178-Word-macro-to-add-html-tags-to-specific-parsed-phrases
I am in a dire need to automate running that code by another VBA code which should be doing the following:
1. Opening one file.doc at a time from "c:\before_conversion" folder,
2. Running the original code to apply html tags,
3. Saving the converted file in the same name but in another folder named "c:\after_conversion", and then
4. Going for the following file in "before_conversion" folder to do the same three processes till the end of all files in this folder.
Can I get some assistance with this request please?
Very much appreciated.
I have been running a vba macro which applies html tags on selected items in a text for over two years. Due to the increasing amount of work needed by this code, manual work of running it on a file and saving it has become a very tedious and time consuming task. The number of files that need html tags application is over 15000!!
The VBA macro which I'm using could be found at this link: http://www.vbaexpress.com/forum/showthread.php?51178-Word-macro-to-add-html-tags-to-specific-parsed-phrases
I am in a dire need to automate running that code by another VBA code which should be doing the following:
1. Opening one file.doc at a time from "c:\before_conversion" folder,
2. Running the original code to apply html tags,
3. Saving the converted file in the same name but in another folder named "c:\after_conversion", and then
4. Going for the following file in "before_conversion" folder to do the same three processes till the end of all files in this folder.
Can I get some assistance with this request please?
Very much appreciated.