I think I saw somewhere that somebody demonstrating how to create an MS Office excell file. Anyone can help?
I think this is the post you mean:
http://www.masm32.com/board/index.php?topic=14397.0
There are a couple of code examples:
http://en.wikipedia.org/wiki/OLE_Automation
http://support.microsoft.com/kb/216686
http://www.codeproject.com/KB/office/MSOfficeAuto.aspx
Hi
ObjAsm32 has an example how to implement a full functional Excel host in asm.
http://objasm32.winasm.net/
Biterider
Thanks
Quote from: Biterider on July 22, 2010, 06:44:40 PM
Hi
ObjAsm32 has an example how to implement a full functional Excel host in asm.
http://objasm32.winasm.net/
Biterider
Does it need MS Office installed too?
Quote from: Farabi on July 27, 2010, 02:33:13 AM
Quote from: Biterider on July 22, 2010, 06:44:40 PM
Hi
ObjAsm32 has an example how to implement a full functional Excel host in asm.
http://objasm32.winasm.net/
Biterider
Does it need MS Office installed too?
Of course you need install MS Office. The COM object must be installed.
You only need the excel installation, not the full office package.