I have an MS Office 2003 excel file with macro. I have to parse the VBA code in macro using c#. While parsing i have to identify whether the keyword is a method name or property.
And also is there a component from Microsoft to access all the VBA functions dynamically using reflection in c#?
Is there a way to do this? If so please suggest.