After a suggestion from LostStudent and a link provided by Pelagius, I have added a custom BB code for tables. You will notice a new table icon in the advanced editor. There are instructions on using the table option here:
http://www.vbulletin.org/forum/showthread.php?t=107985
http://www.vbulletin.org/forum/showp...70&postcount=2
This is how you would structure a simple table:
[table="head"]head col1|head col2|head col3
row1 col1|row1 col2|row1 col3
row2 col1|row2 col2|row2 col3[/table]
This code results in the following table:
I have written a VB macro for an Excel spreadsheet that allows you to set up your table in Excel and then click a button to copy the table to the clipboard for pasting into into a message. You can download the spreadsheet here:
http://www.cougaruteforum.com/cuf-extras/excel2bb.xlsm
It is in Excel 2007 format. In order to use the spreadsheet, you will need to enable VB macros in Excel. To enable macros:
1) Click on the Office button and select Excel Options.
2) Click on Trust Center in the options on the left.
3) Click on the Trust Center Settings button.
4) Click on the Macro Settings option.
5) Select one of the following two options:
---Disable all macros with notification <-- With this option you can choose to enable macros whenever you open the spreadsheet
---Enable all macros <--- Simplest method. The spreadsheet will work whenever you open it.
6) Click OK twice and open the spreadsheet.
http://www.vbulletin.org/forum/showthread.php?t=107985
http://www.vbulletin.org/forum/showp...70&postcount=2
This is how you would structure a simple table:
[table="head"]head col1|head col2|head col3
row1 col1|row1 col2|row1 col3
row2 col1|row2 col2|row2 col3[/table]
This code results in the following table:
I have written a VB macro for an Excel spreadsheet that allows you to set up your table in Excel and then click a button to copy the table to the clipboard for pasting into into a message. You can download the spreadsheet here:
http://www.cougaruteforum.com/cuf-extras/excel2bb.xlsm
It is in Excel 2007 format. In order to use the spreadsheet, you will need to enable VB macros in Excel. To enable macros:
1) Click on the Office button and select Excel Options.
2) Click on Trust Center in the options on the left.
3) Click on the Trust Center Settings button.
4) Click on the Macro Settings option.
5) Select one of the following two options:
---Disable all macros with notification <-- With this option you can choose to enable macros whenever you open the spreadsheet
---Enable all macros <--- Simplest method. The spreadsheet will work whenever you open it.
6) Click OK twice and open the spreadsheet.
Comment