Convert notes with ease from Word Doc to Basecamp-friendly Textile
I wrote a blog post several months ago about a solution I had come across that saved me some time.
The issue is that I take profuse notes in a Word doc when I’m meeting with clients. Since I can type about 9.6x faster and 187% more legibly than I can write by hand. I typically write out task items and notes like this:
Task #1
- This is important to do
- This should also be done
Task #2
- This is uber-important
- Don’t forget to do this, or client will kill you
When I’m done taking all my notes, I add those to Basecamp for the rest of the team, and so we have a nice backup that can also be searched later by our staff or the client.
The Problem is that Word formatting doesn’t allow a simple copy/paste into Basecamp. And while I’m pretty savvy at writing in Textile, I’m not as fast and therefore don’t do it when I’m working in Word.
The Solution that I found several months ago was a Macro for Word that would convert a .docx into a format that is ready for MediaWiki. That’s not exactly what I needed, because it’s close – but it’s not Textile. I was still having to manually edit my notes and that was a pain.
The New Solution is that I’ve hacked the original file from InfoPro.com to meet my needs exactly, and the result is a perform conversion from Word to Textile that I can copy and paste without any editing! Thanks to those guys for giving me the start to work with, because I would never have taken the time to do this if I had to start from scratch!
Installation
- Download our Word2Textile macro (<-right-click and Save As)
- Start Word
- Bring up the Visual Basic Editor (Tools->Macro->Visual Basic Editor)
- From the VBE, import the macro library (File->Import File…) and select the file you downloaded
Usage
- Open a word document to convert
- Run the Word2Textile macro by bringing up the Macros dialog (Tools->Macro->Macros), selecting Word2Textile and clicking Run.
- The macro converts the document to Textile markup and places a copy of the content on the system clipboard.
- Open up the Basecamp message or writeboard you will use, and be sure you are in Textile/HTML mode. It should look like this:

- Paste your content (which is automatically copied to your clipboard by the Macro) and Voila!
If this little technique saves you as much time as it saves me, then you’re welcome.





I found this macro very useful but the installation is a bit different in word 2010.
Here is my edit (which I distributed to some people in my Co)
Download our Word2Textile macro ( Visual Basic)
From the VBE, import the macro library (right click Normal -> Import File ) and select the file you downloaded
In VBE, save the Normal file so it is available in all documents (File Menu -> Save Normal.dot) and close the VBE
Open a word document to convert
Run the Word2Textile macro by bringing up the Macros dialog (Developers Tab -> Macros), selecting Word2Textile and clicking Run.
The macro converts the document to Textile markup and places a copy of the content on the system clipboard.
Strange, that left off some of my steps.
Installation
Download our Word2Textile macro ( Visual Basic)
From the VBE, import the macro library (right click Normal -> Import File ) and select the file you downloaded
In VBE, save the Normal file so it is available in all documents (File Menu -> Save Normal.dot) and close the VBE
Open a word document to convert
Run the Word2Textile macro by bringing up the Macros dialog (Developers Tab -> Macros), selecting Word2Textile and clicking Run.
The macro converts the document to Textile markup and places a copy of the content on the system clipboard.
Thanks for the update, Brendan! Yes, I’m sure it’s different on each version of Word, particularly since MS decides to keep making such major UI changes. I was on a Mac (Office 2011), and that definitely would make a difference. Thanks for the contribution, and I’m glad you found the macro useful!