| IXlsVBAModule |
interface IXlsVBAModule : IDispatch
{
[id(1),propget] HRESULT Name([out, retval]BSTR* name);
[id(2),propget] HRESULT VBAMacros([out, retval]BSTR* macros);
}
HRESULT Name([out, retval]BSTR* name);HRESULT VBAMacros([out, retval]BSTR* macros);