Range.GetEnumerator() from .Net

A

Arnon Axelrod

Hi all,

I have an Excel workbook that calls some functions in a .Net code-behind
library I wrote.
My problem is that when I try to loop over a Range object, using "foreach",
or even directly calling GetEnumerator(), I get a run-time error "member not
found" error from System.Runtime.InterropServices.

Any ideas?

TIA,
Arnon.
 
Top