In .net, changed bold, italic, underline, and wrap to TriState. Also in .net, Excel...
[infodrom/rico3] / web.config
1 <configuration>
2     <system.web>
3         <compilation defaultLanguage="VB"
4             debug="true"
5             numRecompilesBeforeAppRestart="15">
6         </compilation>
7     </system.web>
8 </configuration>