One of the speakers at VSLive in Orlando gave a demo on using VSTO and creating a Word document that a real estate agent could use. It had databinding of locations, clauses etc in the Action Pane and let the user select items from the action pane which in turn created the Word doc on the fly. It was awesome and I am looking for a example or tutorial on how to build such an application. Does anynone have an idea on where I can find this information

Demonstration at VSLive Orlando
JuanVali
You can find a number of samples and walkthroughs in our on-line help documentation on MSDN. Here's the link:
Samples and Walkthroughs
http://msdn2.microsoft.com/library/z63ctsh2(en-US,VS.80).aspx
Additionally, here are links to topics that will get you started on building such an application:
VSTO On-line Help Documentation on MSDN
http://msdn2.microsoft.com/library/d2tx7z6d(en-US,VS.80).aspx
Architecture of Visual Studio Tools for Office Solutions
http://msdn2.microsoft.com/library/zkhw8h59(en-US,VS.80).aspx
Actions Pane Overview
http://msdn2.microsoft.com/library/7we49he1(en-US,VS.80).aspx
Data in Office Solutions
http://msdn2.microsoft.com/library/xx069ybh(en-US,VS.80).aspx
Hope this helps!
Mike Hernandez
Community Program Manager
VSTO Team