VBA macro to convert XenForo BBCode to phpBB code
Posted: Tue Nov 15, 2011 5:05 pm
Here's a VBA macro to have MS Word convert XenForo BBCode to phpBB code. Note: So far, this macro only runs on MS Word.
Submitted as a separate text file since the imbedded BBCodes would make it impossible to post here. But this file is easily imported into the VBA editor: XenForoBB2phpBB.bas
Instructions for importing:
Submitted as a separate text file since the imbedded BBCodes would make it impossible to post here. But this file is easily imported into the VBA editor: XenForoBB2phpBB.bas
Instructions for importing:
- Tools, Macros, Visual Basic Editor (Alt+F11)
- In Project box, make sure "Project - Normal" is selected. (This is the default template)
- File, Import File (Ctrl+M)
- Browse and select the "XenForoBB2phpBB.bas" file
- Click "Save Normal" (Ctrl+S)