Message 1 of 13
Help with Creating a Lisp that will change the Cell Styles of a Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am seeking a Lisp routine that can modify the cell styles of a table that is linked from Excel. Although I have established a custom table style, the cells in the linked table do not reflect these styles, necessitating manual adjustments. My goal is to create a Lisp routine that will automatically apply the appropriate styles to these cells.
I am uncertain whether this is feasible or if there might be a more straightforward solution. I have attempted to prevent the linked data from adopting Excel's formatting; however, the presence of numerous merged cells complicates the process. This requires unlocking the cells, merging them, and then re-merging them after any updates to the link.