J
Jody L. Whitlock
Developing a COM addin using VB.NET 2003. I am recieving a "Member Not
Found" exception at this code:
Dim Range1 As Range
Dim cell As Range
Range1 = application.Selection
For Each cell In Range1.Cells <--- Exception Thrown
...Code Here
Next
After Googling this to no end, I have not found anything that even
hints to this, except that it is an interop problem. I wish there was
more docs and walk-throughs on how this COM/Excel stuff works. Maybe
something to work on after this works.
Thanks,
Jody W
Found" exception at this code:
Dim Range1 As Range
Dim cell As Range
Range1 = application.Selection
For Each cell In Range1.Cells <--- Exception Thrown
...Code Here
Next
After Googling this to no end, I have not found anything that even
hints to this, except that it is an interop problem. I wish there was
more docs and walk-throughs on how this COM/Excel stuff works. Maybe
something to work on after this works.
Thanks,
Jody W