For those of you familiar with creating VBA macros in Excel, you should have no problem figuring out how to automate this. If I get ambitious enough I will post a how-to on the VBA, but for now here is how it can be done manually:
- In eSupport, view the ticket list you wish to export.
- On the IE menu go to View->Source
- Save the source file as a .txt file (ANSI encoding)
- Open MS Excel
- File->Open the .txt file you saved (for file types, select All or you will not be able to select it)
- Find the ticket table information (for me it starts on cell H32)
- Select the cells that contain the table information and Copy it.
- Create a new worksheet or workbook, then click on cell A1
- Edit->Paste Special->paste Values
Abra-Cadabra