Forum: Python Dec 30th, 2006 |
| Replies: 2 Views: 2,270 Re: Excel Add-In RegisterXLL xll is the full path of the xll file and xla is the full path of the xla file.
I am a little confused though, even with the xlApp.Quit() and del xlApp there is still an excel.exe visible in the... |
Forum: Python Dec 29th, 2006 |
| Replies: 2 Views: 2,270 Excel Add-In RegisterXLL I seem to have an intermittent issue with the following code segment. I am installing an application which has an associated excel add in which I register and then run the on open macro. The... |