<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Fill in empty cells</title>
	<link>http://www.blog.methodsinexcel.co.uk/2007/10/26/fill-in-empty-cells/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 21:49:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Rembo</title>
		<link>http://www.blog.methodsinexcel.co.uk/2007/10/26/fill-in-empty-cells/#comment-41956</link>
		<pubDate>Fri, 28 Mar 2008 11:59:11 +0000</pubDate>
		<guid>http://www.blog.methodsinexcel.co.uk/2007/10/26/fill-in-empty-cells/#comment-41956</guid>
					<description>Hi Ross,

I figured you'd use something like this:

Sub fill_in()
    Worksheets(1).UsedRange.SpecialCells(xlCellTypeBlanks).Value = &quot;your value here&quot;
End Sub

or replace Worksheets(1).UsedRange with Selection

Cheers,

Remco</description>
		<content:encoded><![CDATA[<p>Hi Ross,</p>
<p>I figured you&#8217;d use something like this:</p>
<p>Sub fill_in()<br />
    Worksheets(1).UsedRange.SpecialCells(xlCellTypeBlanks).Value = &#8220;your value here&#8221;<br />
End Sub</p>
<p>or replace Worksheets(1).UsedRange with Selection</p>
<p>Cheers,</p>
<p>Remco
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ross</title>
		<link>http://www.blog.methodsinexcel.co.uk/2007/10/26/fill-in-empty-cells/#comment-26224</link>
		<pubDate>Sun, 28 Oct 2007 23:35:34 +0000</pubDate>
		<guid>http://www.blog.methodsinexcel.co.uk/2007/10/26/fill-in-empty-cells/#comment-26224</guid>
					<description>Yeah I'm proper lazy, I coded a short cut for paste values, how lazy is that - I can't spend all day clicking right click menus you know I've got ones of pound decisions to make... Ham today I think!</description>
		<content:encoded><![CDATA[<p>Yeah I&#8217;m proper lazy, I coded a short cut for paste values, how lazy is that - I can&#8217;t spend all day clicking right click menus you know I&#8217;ve got ones of pound decisions to make&#8230; Ham today I think!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Simon Murphy</title>
		<link>http://www.blog.methodsinexcel.co.uk/2007/10/26/fill-in-empty-cells/#comment-26212</link>
		<pubDate>Sun, 28 Oct 2007 18:38:24 +0000</pubDate>
		<guid>http://www.blog.methodsinexcel.co.uk/2007/10/26/fill-in-empty-cells/#comment-26212</guid>
					<description>Ross
I tend to use the paste method.
put an example formula in a cell, copy it
select the whole range
select special blanks, paste or paste formulas.
then paste special values if you like.
It would be easier to add your code to a code library for sure. maybe one day!
cheers
Simon</description>
		<content:encoded><![CDATA[<p>Ross<br />
I tend to use the paste method.<br />
put an example formula in a cell, copy it<br />
select the whole range<br />
select special blanks, paste or paste formulas.<br />
then paste special values if you like.<br />
It would be easier to add your code to a code library for sure. maybe one day!<br />
cheers<br />
Simon
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
