<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for VBA interop with VSTO managed code in VS 2008 (DanielMoth on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/danielmoth/vba-interop-with-vsto-managed-code-in-vs-2008/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for VBA interop with VSTO managed code in VS 2008 (DanielMoth on Channel 9)</title><link>http://channel9.msdn.com/posts/DanielMoth/VBA-interop-with-VSTO-managed-code-in-VS-2008/</link></image><description>VBA interop with VSTO managed code in VS 2008</description><link>http://channel9.msdn.com/posts/DanielMoth/VBA-interop-with-VSTO-managed-code-in-VS-2008/</link><language>en-us</language><pubDate>Thu, 29 May 2008 19:08:34 GMT</pubDate><lastBuildDate>Thu, 29 May 2008 19:08:34 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: VBA interop with VSTO managed code in VS 2008</title><description>Hi cotasson&lt;BR&gt;&lt;BR&gt;Glad you found a solution soon after posting the question. For future&amp;nbsp;VSTO questions the best place is this forum:&lt;BR&gt;&lt;a href="http://forums.microsoft.com/msdn/showforum.aspx?forumid=16&amp;amp;siteid=1"&gt;http://forums.microsoft.com/msdn/showforum.aspx?forumid=16&amp;amp;siteid=1&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;Cheers&lt;BR&gt;Daniel</description><comments></comments><link>http://channel9.msdn.com/posts/DanielMoth/VBA-interop-with-VSTO-managed-code-in-VS-2008/?CommentID=406491</link><pubDate>Thu, 29 May 2008 19:08:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/DanielMoth/VBA-interop-with-VSTO-managed-code-in-VS-2008/?CommentID=406491</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/406491/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi cotassonGlad you found a solution soon after posting the question. For future&amp;nbsp;VSTO questions the best place is this forum:http://forums.microsoft.com/msdn/showforum.aspx?forumid=16&amp;amp;siteid=1CheersDaniel</evnet:previewtext><dc:creator>Daniel Moth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/406491/Trackback.aspx</trackback:ping></item><item><title>Re: VBA interop with VSTO managed code in VS 2008</title><description>Hello again, &lt;br&gt;&lt;br&gt;I found &lt;a href="http://msdn.microsoft.com/en-us/library/bb931201.aspx#VSTO2005SEVBAInterop_ExampleIntegratingVBAandVSTO"&gt;this article&lt;/a&gt;: &lt;br&gt;As a matter of fact, I was coding in C#, this might be the reason why. &lt;br&gt;&lt;br&gt;Cheers. &lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/DanielMoth/VBA-interop-with-VSTO-managed-code-in-VS-2008/?CommentID=406425</link><pubDate>Thu, 29 May 2008 16:33:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/DanielMoth/VBA-interop-with-VSTO-managed-code-in-VS-2008/?CommentID=406425</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/406425/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hello again, I found this article: As a matter of fact, I was coding in C#, this might be the reason why. Cheers. </evnet:previewtext><dc:creator>cotasson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/406425/Trackback.aspx</trackback:ping></item><item><title>Re: VBA interop with VSTO managed code in VS 2008</title><description>Hello Dan, &lt;br&gt;&lt;br&gt;I am currently working on VSTO. &lt;br&gt;As far as I know, it is not possible to write Excel UDFs directly in .Net, you have to rely somehow on VBA as a gateway to do this. &lt;br&gt;&lt;br&gt;Your screencast does just what I need to implement. &lt;br&gt;&lt;br&gt;I try to implement the second part of the screencast, to no avail. &lt;br&gt;&lt;br&gt;The properties pane for the "workbook", under the VBA Interop category does not show the "VBACallsEnabled" option. However the second one, &lt;br&gt;"ReferenceAssemblyFromVBAproject" is featured. &lt;br&gt;&lt;br&gt;I set it to "true", run the project, but the DLLs are not referenced, nor the VBA code referencing the .Net created...&lt;br&gt;&lt;br&gt;Any ideas, tips, would help. &lt;br&gt;&lt;br&gt;I have VS Studio 2008 Pro Edition, running on XP Pro. &lt;br&gt;&lt;br&gt;Thanks. &lt;br&gt;&lt;br&gt;PS : All that aside, I found your videos on VSTO quite instructive, far more than other VSTO videos I found elsewhere....&lt;br&gt;Congrats !&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/DanielMoth/VBA-interop-with-VSTO-managed-code-in-VS-2008/?CommentID=406390</link><pubDate>Thu, 29 May 2008 15:25:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/DanielMoth/VBA-interop-with-VSTO-managed-code-in-VS-2008/?CommentID=406390</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/406390/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hello Dan, I am currently working on VSTO. As far as I know, it is not possible to write Excel UDFs directly in .Net, you have to rely somehow on VBA as a gateway to do this. Your screencast does just what I need to implement. I try to implement the second part of the screencast, to no avail. The&amp;#8230;</evnet:previewtext><dc:creator>cotasson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/406390/Trackback.aspx</trackback:ping></item></channel></rss>