<?xml version="1.0"?>
<rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
							<channel><title>New Posts For Thread: help with excel code please</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23870518/help-with-excel-code-please</link><description>I use for exampleRange("D11:G209").copyI want to replace the numbers above with variables depending on what my macro finds.So the macro trawls down a list of data, stops at a row, and that row reference should replace the 209 above.thanks</description><item><title>Thank you, that looks like it will do the trick :)</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23870518/help-with-excel-code-please?post_id=430346486#430346486</link><description>Thank you, that looks like it will do the trick :)</description><pubDate>Sat, 01 May 2010 12:31:36 -0500</pubDate></item><item><title>You could use the cells freference. Eg in your example it translates as Range(Cells(11, 4), Cells(209,7)).Copyuse a variable in place of 209 to indicate the row:Range(Cells(11, 4), Cells(this_row,7)).Copy</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23870518/help-with-excel-code-please?post_id=430346482#430346482</link><description>You could use the cells freference. Eg in your example it translates as Range(Cells(11, 4), Cells(209,7)).Copyuse a variable in place of 209 to indicate the row:Range(Cells(11, 4), Cells(this_row,7)).Copy</description><pubDate>Sat, 01 May 2010 12:19:56 -0500</pubDate></item><item><title>I use for exampleRange("D11:G209").copyI want to replace the numbers above with variables depending on what my macro finds.So the macro trawls down a list of data, stops at a row, and that row reference should replace the 209 above.thanks</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23870518/help-with-excel-code-please?post_id=430346478#430346478</link><description>I use for exampleRange("D11:G209").copyI want to replace the numbers above with variables depending on what my macro finds.So the macro trawls down a list of data, stops at a row, and that row reference should replace the 209 above.thanks</description><pubDate>Sat, 01 May 2010 11:41:14 -0500</pubDate></item></channel></rss>
