Windows error 0x8002000F, -2147352561

Detailed Error Information

DISP_E_PARAMNOTOPTIONAL[1]

MessageParameter not optional.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode2 (0x002)
NameFACILITY_DISPATCH[2][1]
DescriptionThe source of the error code is a COM Dispatch.[2][1]
Error Code15 (0x000f)

Questions

1vote
1answer

call excel macro with powershell

I'm trying to open an excel sheet, run the macro and close it periodically to get an E-Mail notification when a date in a cell changes to "xxx". Unfortuantely, powershell shows an error when running the macro below: -------------------------------------------------------------------------------- Sub tata(ByVal Target As Range) On Error Resume Next If Target.Cells.Count [...] read more
excel
vba
powershell
1vote
0answers

Calling ActiveX control function with ref parameter from VB.NET

I have a VB.NET winforms app which uses an ActiveX control (ocx). Via interop, I have a reference to an object defined in the ocx and call various functions on it. This works ok for the most part. I had some issues with one function call causing a memory leak [...] read more
c#
vb.net
dynamic
com-interop

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0