 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Excel macros</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/excel-macros/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 19:08:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Good Website to learn Excel Macros</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/good-website-to-learn-excel-macros/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/good-website-to-learn-excel-macros/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 11:43:43 +0000</pubDate>
		<dc:creator>senmalar</dc:creator>
				<category><![CDATA[Excel macros]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/good-website-to-learn-excel-macros/</guid>
		<description><![CDATA[New Answer by CharlieBrowne]]></description>
				<content:encoded><![CDATA[New Answer by CharlieBrowne]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/good-website-to-learn-excel-macros/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excel macro &#8211; create a chart</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/excel-macro-create-a-chart/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/excel-macro-create-a-chart/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 17:05:46 +0000</pubDate>
		<dc:creator>jkeri</dc:creator>
				<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Excel Charts]]></category>
		<category><![CDATA[Excel macros]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I created a macro that reforms my data and creates a chart. Teh macro also includes selecting a chart layout that has an x and y axis field that I want to enter in some text. My macro works all the way except it does not record the content I put into the X and [...]]]></description>
				<content:encoded><![CDATA[<p>I created a macro that reforms my data and creates a chart. Teh macro also includes selecting a chart layout that has an x and y axis field that I want to enter in some text. My macro works all the way except it does not record the content I put into the X and Y axis.<br/><br/>  <br/><br/> Why is that? and how can i get around the problem? I want the macro to create a standard looking chart with proper x and y axis titles.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/excel-macro-create-a-chart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Message Alert Box in Excel 2003</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/messgae-alert-box/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/messgae-alert-box/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 10:30:10 +0000</pubDate>
		<dc:creator>Eron09</dc:creator>
				<category><![CDATA[Excel 2003]]></category>
		<category><![CDATA[Excel 2003 functions]]></category>
		<category><![CDATA[Excel 2003 macros]]></category>
		<category><![CDATA[Excel macros]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a two files, one is the consolidated time monitoring and the other file is the individual time monitoring. The individual time monitoring file has 30 sheets which is the name of each agent and in shared mode. On that file, agents are responsible to provide/indicate the things that they&#8217;ve done everyday&#8230;for the whole week. [...]]]></description>
				<content:encoded><![CDATA[<p>I have a two files, one is the consolidated time monitoring and the other file is the individual time monitoring. <br/><br/> The individual time monitoring file has 30 sheets which is the name of each agent and in shared mode. On that file, agents are responsible to provide/indicate the things that they&#8217;ve done everyday&#8230;for the whole week. The total time should not be less that 40:00 hrs (8hrs x 5 days). Each sheet ha a formula in &#8220;B2&#8243; that sums all time they entered in column J.<br/><br/> The Consolidated time monitoring, is a file wherein all data in Individual Time Monitoring is placed in 1 sheet. This file has a macro that I run to copypaste all data in each sheet of Individual Time Monitoring. My proble is, I am having a hard time with the total number of hours because I have to check each sheet if its already 40hrs or more. My question is, how can i add a macro where in a message alert will pop-up and show that a certain sheet/s&#8217; total time is not yet 40hrs and if possible to give the name of the sheet where the total time in &#8220;B2&#8243; is not yet 40 hrs.<br/><br/> Here is the macro that I run in the Consolidated Time Monitoring File.<br/><br/>     ChDir &#8220;P:MY REPORTDecemberDecember 20 &#8211; 25&#8243;     Workbooks.Open Filename:= _         &#8220;P:MY REPORTDecemberDecember 20 &#8211; 25December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;     Sheets(&#8220;Mon&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Alma&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Ivan&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;RC&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Tala&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Peter&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Gerry&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Zhaque&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Rona&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Ize&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Dana&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Jojie&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Erwin&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Nino&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Anne&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Heizel&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Aaron&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Delia&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Edsel&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Bless&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Jaz&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;PJ&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Bran&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Richmon&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Billy&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Ryan&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Cris&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Dean&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Irish&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Patrick&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Gem&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Aileen&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Sheets(&#8220;Carlo&#8221;).Select     Range(&#8220;A6:K1000&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;A65536&#8243;).End(xlUp).Select     ActiveCell.Offset(1, 0).Select     Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _         :=False, Transpose:=False<br/><br/>     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Range(&#8220;G6&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;G2:G6000&#8243;).Select     Selection.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, _         SkipBlanks:=False, Transpose:=False     Windows(&#8220;December 20 &#8211; 25  Data Team Utilization Report.xls&#8221;).Activate     Range(&#8220;I6&#8243;).Select     Application.CutCopyMode = False     Selection.Copy     Windows(&#8220;Consolidated &#8211; Utilization Report.xls&#8221;).Activate     Range(&#8220;I2:I2030&#8243;).Select     Selection.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, _         SkipBlanks:=False, Transpose:=False     Range(&#8220;A2&#8243;).Select<br/><br/>     End Sub<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/messgae-alert-box/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Excel 2003 Macros with Org Chart Parent</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/macro-with-org-chart-parent/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/macro-with-org-chart-parent/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 15:53:45 +0000</pubDate>
		<dc:creator>Vanillathunderrr</dc:creator>
				<category><![CDATA[Excel 2003]]></category>
		<category><![CDATA[Excel 2003 macros]]></category>
		<category><![CDATA[Excel macros]]></category>
		<category><![CDATA[Excel Tables]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I have a corporate org chart for which I am trying to write a macro. The Excel workbook is set up so that each company is in a unique cell. The subsidiary is one column to the right. For instance, I would like to return the values in the far right column for the [...]]]></description>
				<content:encoded><![CDATA[<p>Hello, I have a corporate org chart for which I am trying to write a macro.  The Excel workbook is set up so that each company is in a unique cell.  The subsidiary is one column to the right.  For instance, I would like to return the values in the far right column for the data below.  Thank you.</p>
<p>COL<br />
  A    B    C              F</p>
<p>AAA			</p>
<p>      BBB               		AAA</p>
<p>      CCC               AAA</p>
<p>            DDD        	CCC</p>
<p>      EEE                 AAA</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/macro-with-org-chart-parent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cell Automated Population using Excel macro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cell-autom-populate-using-macro/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cell-autom-populate-using-macro/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 08:33:33 +0000</pubDate>
		<dc:creator>Eron09</dc:creator>
				<category><![CDATA[Excel 2003]]></category>
		<category><![CDATA[Excel macros]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, is there a way in macro wherein if a certain cell has value, the other cells will be automatically populated? Example: In cell E6 I put the date, cell A6, B6,C6 and D6 will automatically copy the values in A4, B4, C4 and D4. Same goes when I enter the date on cell E7. Thank you [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,<br/><br/> is there a way in macro wherein if a certain cell has value, the other cells will be automatically populated?<br/><br/> Example:<br/><br/> In cell E6 I put the date, cell A6, B6,C6 and D6 will automatically copy the values in A4, B4, C4 and D4. Same goes when I enter the date on cell E7.<br/><br/> Thank you so much in advance.<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cell-autom-populate-using-macro/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Excel and Access integration and auto-population</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/excel-and-access-integration-and-auto-population/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/excel-and-access-integration-and-auto-population/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 14:52:18 +0000</pubDate>
		<dc:creator>Sm6hans</dc:creator>
				<category><![CDATA[Acces]]></category>
		<category><![CDATA[Access 2000]]></category>
		<category><![CDATA[Access Database]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel 2010]]></category>
		<category><![CDATA[Excel macros]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Overall, I want to create a database that tracks defects for several sites and ouputs the information in a pivot table.  Each site (7 in total) documents their internal defect data and sends it to me weekly.  I then merge all of this data (have been doing so manually) into one spreadsheet to perform my analysis [...]]]></description>
				<content:encoded><![CDATA[<p>Overall, I want to create a database that tracks defects for several sites and ouputs the information in a pivot table.  <br/><br/> Each site (7 in total) documents their internal defect data and sends it to me weekly.  I then merge all of this data (have been doing so manually) into one spreadsheet to perform my analysis with a pivot table.  The problem is that not all sites will have the same applicable data, so I made a master spreadsheet with all fields tailoring each sites to the master sheet&#8217;s columns to simplify merging &#8211; I blocked non-applicable columns. <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/excel-and-access-integration-and-auto-population/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Date Range in Excel Macro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-range-in-macro/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/date-range-in-macro/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 16:18:05 +0000</pubDate>
		<dc:creator>Eron09</dc:creator>
				<category><![CDATA[Agents]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel macros]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I just want to know if its possible to do a macro wherein I can select the dates to be read in my report. For instance, I have a Table (below) where column A is the Date, column B is the name of Agents, Column C is the Section and the Column D is [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I just want to know if its possible to do a macro wherein I can select the dates to be read in my report. For instance, I have a Table (below) where column A is the Date, column B is the name of Agents, Column C is the Section and the Column D is the Error Category. A window will pop-up where in I can select the date range the the macro will read.<br />
Usually I have a monthly report and I keep on sorting and filtering the Table if my boss is asking for a weekly report. The report usually are:</p>
<p>How many errors does each Agents received on this particular dates?<br />
What section has most errors in this particular dates?<br />
What are the most common errors in this particular dates?<br />
What are the most common error of each agents in this particualr dates?<br />
What are the most common errors of each section in this particular dates?</p>
<p>[table style="border-collapse: collapse; width: 356pt;" width="473" border="0" cellpadding="0" cellspacing="0"><br />
[tbody]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl65" style="height: 15pt; width: 79pt;" width="105" height="20">Date[/td]<br />
[td class="xl66" style="border-left: medium none; width: 74pt;" width="98">Name[/td]<br />
[td class="xl66" style="border-left: medium none; width: 89pt;" width="118">Section[/td]<br />
[td class="xl66" style="border-left: medium none; width: 114pt;" width="152">Error Category[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">21-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Peter[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Delta[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Name[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">21-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Jack[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Alpha[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Age[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">21-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Mike[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Bravo[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Address[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">21-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Cris[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Alpha[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Name[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">21-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Sam[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Charlie[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Name[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">21-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Noah[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Charlie[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Name[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">21-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Jack[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Charlie[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Name[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">25-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Mike[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Charlie[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Comment[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">25-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Cris[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Delta[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Comment[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">25-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Peter[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Alpha[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Comment[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">25-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Jack[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Bravo[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Comment[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">25-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Mike[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Alpha[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Name[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">25-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Cris[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Delta[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Address[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">29-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Jack[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Alpha[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Address[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">29-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Mike[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Bravo[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Age[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">29-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Cris[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Alpha[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Age[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">29-Nov[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Peter[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Alpha[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Age[/td]<br />
[/tr]<br />
[/tbody]<br />
[/table]<br />
[table style="border-collapse: collapse; height: 340px;" width="476" border="0" cellpadding="0" cellspacing="0"><br />
[tbody]<br />
[tr style="height: 15pt;" height="20"><br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">Hope you have an answer to my problem.</p>
<p>Thank you in advance![/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[tr style="height: 15pt;" height="20"><br />
[td class="xl64" style="height: 15pt; border-top: medium none;" height="20">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[td class="xl63" style="border-top: medium none; border-left: medium none;">[/td]<br />
[/tr]<br />
[/tr]<br />
[/tbody]<br />
[/table]</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/date-range-in-macro/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sending Email in Excel using Macro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sending-email-in-excel-using-macro/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sending-email-in-excel-using-macro/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 06:34:04 +0000</pubDate>
		<dc:creator>Eron09</dc:creator>
				<category><![CDATA[Access 2000]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel macros]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[VBA Access 2000]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I want to create a button in excel wherein once you click that button a message will pop-up and ask &#8220;Are you sure you want to send notification to your supervisor?&#8221; Yes/No. If yes is selected a New Outlook Message will appear where recipient&#8217;s email address is already given and the subject is already available [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,<br/><br/> I want to create a button in excel wherein once you click that button a message will pop-up and ask &#8220;Are you sure you want to send notification to your supervisor?&#8221; Yes/No. If yes is selected a New Outlook Message will appear where recipient&#8217;s email address is already given and the subject is already available as weel as the body email. If the No buton is selected the message box will close.<br/><br/> Is this possible?<br/><br/> Thanks i advance.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sending-email-in-excel-using-macro/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Search for column header in Excel 2007</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/search-for-column-header/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/search-for-column-header/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 03:42:24 +0000</pubDate>
		<dc:creator>Francino</dc:creator>
				<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Excel 2007 functions]]></category>
		<category><![CDATA[Excel 2007 macros]]></category>
		<category><![CDATA[Excel functions]]></category>
		<category><![CDATA[Excel macros]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Serena3]]></description>
				<content:encoded><![CDATA[Question Edited by Serena3]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/search-for-column-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macro to Email an Excel file with an Outlook Template</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/macro-to-email-an-excel-file-with-an-outlook-template/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/macro-to-email-an-excel-file-with-an-outlook-template/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 10:51:47 +0000</pubDate>
		<dc:creator>Bam49</dc:creator>
				<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel macros]]></category>
		<category><![CDATA[Outlook template]]></category>
		<category><![CDATA[PDF Files]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have an Excel macro that creates a PDF file from Excel. I want to set up the macro to eMail the PDF using a template rather than a blank Outlook eMail so that I can use a standard message and format.]]></description>
				<content:encoded><![CDATA[<p>I have an Excel macro that creates a PDF file from Excel. I want to set up the macro to eMail the PDF using a template rather than a blank Outlook eMail so that I can use a standard message and format.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/macro-to-email-an-excel-file-with-an-outlook-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/20 queries in 0.026 seconds using memcached
Object Caching 933/1025 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 19:29:53 -->