I tried migrating my .NET application (Microsoft Excel Add-In) from NetOffice Release 1.4.1 to 1.6.0 (latest), and am experiencing an error with my code. Specifically, the Address property of the Range object appears not to have any parameters ie. Address() - May I please know if this is intended? For your reference, I am currently working with .NET 2.0.
Thank you in advance.
Comments: ** Comment from web user: SebastianDotNet **
Thank you in advance.
Comments: ** Comment from web user: SebastianDotNet **
its possible that your vba code is executed while excel is starting?
about the debugging:
can you tell me your target .net version and vs version?