<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WebBrowser Control</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rajesh</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-43673</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Wed, 03 Feb 2010 06:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-43673</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want to copy an image from website through &quot;userform1.webbrowser1? can any one assist me with code ????&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to copy an image from website through &#8220;userform1.webbrowser1? can any one assist me with code ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KalugE</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-43420</link>
		<dc:creator>KalugE</dc:creator>
		<pubDate>Mon, 18 Jan 2010 16:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-43420</guid>
		<description>&lt;p&gt;Hi John, you mean ActiveCell.Offset(0,4).value&lt;br&gt;
rigth?&lt;/p&gt;
&lt;p&gt;keep up&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi John, you mean ActiveCell.Offset(0,4).value<br />
rigth?</p>
<p>keep up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jazz</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-39126</link>
		<dc:creator>Jazz</dc:creator>
		<pubDate>Fri, 24 Apr 2009 10:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-39126</guid>
		<description>&lt;p&gt;&lt;code lang=&quot;vb&quot;&gt; I am facing problem with Export to Excel Button which has no instance in View source coding of Web Page. Can anyone let me know how can we get that button reference so that i can further use .click for further processing.&lt;/code&gt;&lt;/p&gt;
&lt;code lang=&quot;vb&quot;&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;/code&gt;
&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;I am facing problem <span style="color: #8D38C9; font-weight: bold;">with</span> Export <span style="color: #8D38C9; font-weight: bold;">to</span> Excel Button which has no instance <span style="color: #8D38C9; font-weight: bold;">in</span> View source coding of Web Page. Can anyone <span style="color: #151B8D; font-weight: bold;">let</span> me know how can we <span style="color: #151B8D; font-weight: bold;">get</span> that button reference so that i can further use .click <span style="color: #8D38C9; font-weight: bold;">for</span> further processing.</div></div>
</p>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;p&gt;Thanks,&lt;/p&gt;</div></div></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warwick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-38502</link>
		<dc:creator>Warwick</dc:creator>
		<pubDate>Sun, 15 Mar 2009 19:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-38502</guid>
		<description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;you&#039;ve probably solved this by know, but this should work...&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;Cells(ActiveCell.Row, 4).Value = UserForm1.WebBrowser1.LocationURL&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>you&#8217;ve probably solved this by know, but this should work&#8230;</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer">Cells(ActiveCell.Row, 4).Value = UserForm1.WebBrowser1.LocationURL</div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-33822</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 24 Jul 2008 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-33822</guid>
		<description>&lt;p&gt;Im having trouble with a web browser object!&lt;br&gt;
 Am trying to get a command button to return the viewed web site address into a cell (the cell that the web box will then get its navigate2 address from.&lt;br&gt;
the idea being that the user can navigate to a site using the onscreen links and then set that site using the command button to an active cell offset cell, therefore whenever the user clicks on that same active cell the web site they chose will appear.&lt;br&gt;
It all works except i cant get it to return the current HTTP address!n any ideas&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Im having trouble with a web browser object!<br />
 Am trying to get a command button to return the viewed web site address into a cell (the cell that the web box will then get its navigate2 address from.<br />
the idea being that the user can navigate to a site using the onscreen links and then set that site using the command button to an active cell offset cell, therefore whenever the user clicks on that same active cell the web site they chose will appear.<br />
It all works except i cant get it to return the current HTTP address!n any ideas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Moore</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-28268</link>
		<dc:creator>Andrew Moore</dc:creator>
		<pubDate>Fri, 26 Oct 2007 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-28268</guid>
		<description>&lt;p&gt;Ginja75 and Derfel Cadern:&lt;/p&gt;
&lt;p&gt;I just struggled with this as well. The solution is that the WebBrowser control cannot be placed on a page within a MultiPage. You must put the WebControl on the main form, and then use code for hiding and showing the WebBrowser.&lt;/p&gt;
&lt;p&gt;For example, if you want the webBrowser displayed on page 2, you can do this:&lt;/p&gt;
&lt;p&gt;Private Sub MultiPage1_Change()&lt;br&gt;
    If Me.MultiPage1.SelectedItem.Name = &quot;Page2? Then&lt;br&gt;
        Me.WebBrowser1.Visible = True&lt;br&gt;
    Else&lt;br&gt;
        Me.WebBrowser1.Visible = False&lt;br&gt;
    End If&lt;br&gt;
End Sub&lt;/p&gt;
&lt;p&gt;(there&#039;s probably a better way of figuring out which page is selected)&lt;/p&gt;
&lt;p&gt;Any appropriate calls to Navigate (or navigate2) can also go in this event handler.&lt;/p&gt;
&lt;p&gt;Make the WebBrowser the same size as the client area of you MultiPage, but do not put it on the MultiPage (you shouldn&#039;t be able to see the WebBrowser in design mode if you did it right).&lt;/p&gt;
&lt;p&gt;One more thing - be sure to set the Visible property of the WebBrowser to False in design mode to make the magic complete.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ginja75 and Derfel Cadern:</p>
<p>I just struggled with this as well. The solution is that the WebBrowser control cannot be placed on a page within a MultiPage. You must put the WebControl on the main form, and then use code for hiding and showing the WebBrowser.</p>
<p>For example, if you want the webBrowser displayed on page 2, you can do this:</p>
<p>Private Sub MultiPage1_Change()<br />
    If Me.MultiPage1.SelectedItem.Name = &#8220;Page2? Then<br />
        Me.WebBrowser1.Visible = True<br />
    Else<br />
        Me.WebBrowser1.Visible = False<br />
    End If<br />
End Sub</p>
<p>(there&#8217;s probably a better way of figuring out which page is selected)</p>
<p>Any appropriate calls to Navigate (or navigate2) can also go in this event handler.</p>
<p>Make the WebBrowser the same size as the client area of you MultiPage, but do not put it on the MultiPage (you shouldn&#8217;t be able to see the WebBrowser in design mode if you did it right).</p>
<p>One more thing &#8211; be sure to set the Visible property of the WebBrowser to False in design mode to make the magic complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ginja75</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-26721</link>
		<dc:creator>Ginja75</dc:creator>
		<pubDate>Thu, 23 Aug 2007 12:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-26721</guid>
		<description>&lt;p&gt;Hi there all, I&#039;m having a huge problem with the web browser in excel.&lt;br&gt;
Me and some colleagues are putting a database together for a new contract and we&#039;ve managed to build a working database in Excel (for some reason our IT dept wouldn&#039;t allow the use of Access).&lt;br&gt;
Anyway we&#039;re using the multipage facility for the userforms and we want to use a web browser for at least one of these pages, which works fine until we select one of the other pages and then the browser disappears.&lt;br&gt;
If I run debug, then I get an error message about &quot;Navigate&quot; and &quot;IWebBrowser2?.&lt;br&gt;
Is there a way to keep the web browser open while running other elements of the same database.&lt;br&gt;
I&#039;ve used the hide form facility and this works fine, but this defeats the objective of using this in the first place.&lt;/p&gt;
&lt;p&gt;Any help on this is appreciated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi there all, I&#8217;m having a huge problem with the web browser in excel.<br />
Me and some colleagues are putting a database together for a new contract and we&#8217;ve managed to build a working database in Excel (for some reason our IT dept wouldn&#8217;t allow the use of Access).<br />
Anyway we&#8217;re using the multipage facility for the userforms and we want to use a web browser for at least one of these pages, which works fine until we select one of the other pages and then the browser disappears.<br />
If I run debug, then I get an error message about &#8220;Navigate&#8221; and &#8220;IWebBrowser2?.<br />
Is there a way to keep the web browser open while running other elements of the same database.<br />
I&#8217;ve used the hide form facility and this works fine, but this defeats the objective of using this in the first place.</p>
<p>Any help on this is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALeXceL</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-24509</link>
		<dc:creator>ALeXceL</dc:creator>
		<pubDate>Sun, 03 Jun 2007 14:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-24509</guid>
		<description>&lt;p&gt;To chrisix: i was experiencing the same problem. I found (in brazilian portuguese language...) &quot;Navegador da Web da Microsoft&quot;, instead of the simple &quot;Microsoft Web Browser&quot;. Add mshtml.TLB and shdocvw.DLL to your project references and then try adding something like that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To chrisix: i was experiencing the same problem. I found (in brazilian portuguese language&#8230;) &#8220;Navegador da Web da Microsoft&#8221;, instead of the simple &#8220;Microsoft Web Browser&#8221;. Add mshtml.TLB and shdocvw.DLL to your project references and then try adding something like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manan</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-23907</link>
		<dc:creator>manan</dc:creator>
		<pubDate>Sat, 05 May 2007 07:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-23907</guid>
		<description>&lt;p&gt;Hey hi friends ...i face one problem in webbrowser control and tat is whn i use the Private Sub webbrowser_DocumentComplete(ByVal pDisp As Object, URL As Variant)&lt;br&gt;
it executes whenever a frame on a particular website is loaded.......But i want something which executes only after the whole webbrowser has done loading ......even the&lt;br&gt;
Do&lt;br&gt;
DoEvents&lt;br&gt;
Loop Until Me.WebBrowser1.ReadyState = READYSTATE_COMPLETE&lt;br&gt;
End Sub&lt;/p&gt;
&lt;p&gt;Doesnt work in these case......could u please help me guys&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey hi friends &#8230;i face one problem in webbrowser control and tat is whn i use the Private Sub webbrowser_DocumentComplete(ByVal pDisp As Object, URL As Variant)<br />
it executes whenever a frame on a particular website is loaded&#8230;&#8230;.But i want something which executes only after the whole webbrowser has done loading &#8230;&#8230;even the<br />
Do<br />
DoEvents<br />
Loop Until Me.WebBrowser1.ReadyState = READYSTATE_COMPLETE<br />
End Sub</p>
<p>Doesnt work in these case&#8230;&#8230;could u please help me guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrisix</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/10/05/webbrowser-control/#comment-19710</link>
		<dc:creator>chrisix</dc:creator>
		<pubDate>Wed, 17 May 2006 17:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=794#comment-19710</guid>
		<description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry... &quot;microsoft webbrowser&quot; is not in my control list !&lt;br&gt;
Is it in a particuliar version of excel ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Sorry&#8230; &#8220;microsoft webbrowser&#8221; is not in my control list !<br />
Is it in a particuliar version of excel ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

