[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Frustration with Luacom and Excel
- From: Thomas Buergel <Thomas.Buergel@...>
- Date: Mon, 4 May 2015 15:45:50 +0000
Hi Geoff,
> Was that a typo in your reply ? you said "version of Excel, which, in my case, is 2003"
Yes, sorry, you're absolutely right - the version on my end is *2010*. :)
BTW, after lots of digging I seem to have found the Excel 2003 official documentation. It seems somewhat complete but not quite...
Entry point: https://msdn.microsoft.com/en-us/library/aa220733%28v=office.11%29.aspx
How-to for charts (VBA): https://msdn.microsoft.com/en-us/library/aa203725%28v=office.11%29.aspx
Maybe the changes to the Excel API weren't so large, but my example is just using it in a 2010-only way. I don't know enough about Excel to say what's the case, though setting a title of a chart seems like something that must have been there from day 1.
Good luck with getting it running the way you want.
Tom