Hi,
I'm trying to replace references to office so I can use late bindings and not rely on a specific version of word/excel/outlook.
However, replacing all my variable declaration to just 'Object' instead of 'Word.Application' now means the application won't compile because I have used enumetated types which now don't exist?
How do I fix this, or have I now got to simply trawl the web trying to find each enumerated types actual values.
Thanks,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I'm trying to replace references to office so I can use late bindings and not rely on a specific version of word/excel/outlook.
However, replacing all my variable declaration to just 'Object' instead of 'Word.Application' now means the application won't compile because I have used enumetated types which now don't exist?
How do I fix this, or have I now got to simply trawl the web trying to find each enumerated types actual values.
Thanks,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts