<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx</link><description>If you haven't read part 3 , part 2 (and part 1 ), you should do so before continuing here. We have seen how to put code inside Excel, using VSTO and connect to NAV 2009 Web Services. We have seen how to add this to a table inside Excel and how to write</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9058125</link><pubDate>Mon, 10 Nov 2008 19:01:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9058125</guid><dc:creator>waldo1001</dc:creator><description>&lt;p&gt;Hi Freddy. &amp;nbsp;Thanks for your effort in explaining this. &amp;nbsp;The functionality looks simple, but it really isn't when diving into it. &amp;nbsp;Or may be it's just me ;-).&lt;/p&gt;
&lt;p&gt;Anyway, one thing I came accross. &amp;nbsp;I changed the language settings on my VPC to Dutch(Belgium). &amp;nbsp;This causes an issue when using the excel template solution from within the RTC. &amp;nbsp;You can either install the language packs for office (in my case Dutch (Belgium)) or switch back to the original language (English (US)) to solve it... .&lt;/p&gt;
&lt;p&gt;The way to see the error is to remove the try..catch in the NAVEditInExcel class.&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9058228</link><pubDate>Mon, 10 Nov 2008 19:53:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9058228</guid><dc:creator>waldo1001</dc:creator><description>&lt;p&gt;I added one extra line in the OnPush of the Action to make it like this:&lt;/p&gt;
&lt;p&gt;CREATE(NAVEditInExcel, TRUE, TRUE); &lt;/p&gt;
&lt;p&gt;NAVEditInExcel.EditInExcel(TABLENAME, GETVIEW(TRUE));&lt;/p&gt;
&lt;p&gt;CLEAR(NAVEditInExcel);&lt;/p&gt;
&lt;p&gt;This way, you're able to push &amp;quot;Edit in Excel&amp;quot; more than one without leaving the customer list.&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9220980</link><pubDate>Mon, 15 Dec 2008 18:07:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9220980</guid><dc:creator>Tronholm</dc:creator><description>&lt;p&gt;Hi, I've been trying some alternative ways w/o web services, using standard table 370 Excel Buffer. It works fine in 2009 Classic Client, but I get an error &amp;quot;Excel not found&amp;quot; (when running CREATE(XlApp,TRUE,TRUE). &amp;#191;Any hint?&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9222029</link><pubDate>Mon, 15 Dec 2008 22:14:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9222029</guid><dc:creator>freddyk</dc:creator><description>&lt;p&gt;I haven't tried playing around with that - you probably should post a question like this on Mibuso&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9235194</link><pubDate>Thu, 18 Dec 2008 11:28:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9235194</guid><dc:creator>Tronholm</dc:creator><description>&lt;p&gt;Actually I was troubled and mibuso was the answer. This might be useful for other people: &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.mibuso.com/forum/viewtopic.php?f=32&amp;amp;t=30539&amp;amp;p=148549#p148549"&gt;http://www.mibuso.com/forum/viewtopic.php?f=32&amp;amp;t=30539&amp;amp;p=148549#p148549&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9490681</link><pubDate>Thu, 19 Mar 2009 20:57:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9490681</guid><dc:creator>rtaranti</dc:creator><description>&lt;p&gt;Greetings Freddie. &amp;nbsp;I know deployment is not part of your dicussison, but I was wondering if anyone ws having problems using VS 2008 on a Vista machine to package the solution up and deploy it to other PC's? &amp;nbsp;I am getting the message, &amp;quot;WARNING: Unable to create registration information for file named 'NAVEditInExcel.tlb'&amp;quot; when building the deplyment project. &amp;nbsp;It seems to complete without any issue, and it deploys fine, but the com is not visible in NAV globals on the deployed to machine (PC). &amp;nbsp;I suspect the message might be the reason? &amp;nbsp;If anyone knows the reason why the com is not visible please let me know. &lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Robert&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9490818</link><pubDate>Thu, 19 Mar 2009 21:30:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9490818</guid><dc:creator>freddyk</dc:creator><description>&lt;p&gt;You need to run the regasm command on any machine wanting to use the COM automation object.&lt;/p&gt;
&lt;p&gt;You can see the command as post build event on the NAVEditInExcel project.&lt;/p&gt;
&lt;p&gt;This is always required to make a COM object visible on a machine.&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9490863</link><pubDate>Thu, 19 Mar 2009 21:48:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9490863</guid><dc:creator>rtaranti</dc:creator><description>&lt;p&gt;Interesting, and yes thats works :). &amp;nbsp;I never had to this problem when compiling my projects on an XP box with VS 2005 or 2008...strange. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do recommend we create a deployment action to make this call in our msi? &amp;nbsp;Would that work since the VS command prompt which intalls regasm, I believe, would not be on my client machines? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have scene quite a few posts out there on this, but know has a clean solution. &amp;nbsp;Bummer. &amp;nbsp;Well, thank you once again. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Robert&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9490880</link><pubDate>Thu, 19 Mar 2009 21:56:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9490880</guid><dc:creator>freddyk</dc:creator><description>&lt;p&gt;regasm is part of .net - not VS - run&lt;/p&gt;
&lt;p&gt;C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm &amp;lt;dll&amp;gt; /codebase /tlb&lt;/p&gt;
&lt;p&gt;in your msi.&lt;/p&gt;
</description></item><item><title>re: Edit In Excel - Part 4 (out of 4)</title><link>http://blogs.msdn.com/freddyk/archive/2008/11/09/edit-in-excel-part-4-out-of-4.aspx#9490961</link><pubDate>Thu, 19 Mar 2009 22:42:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9490961</guid><dc:creator>rtaranti</dc:creator><description>&lt;p&gt;Lets just say I am feeling sheepish from my last post. &amp;nbsp;Thanks for taking it easy one me, I should have known that. :)&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Robert&lt;/p&gt;
</description></item></channel></rss>