<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.excel Google Group</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel</link>
  <description>Microsoft Office Excel newsgroup.</description>
  <language>en</language>
  <item>
  <title>RE: Appending Pairs of Column Data!</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f95b1b5ba3f5c2a8/982f3f64bb9ec33b?show_docid=982f3f64bb9ec33b</link>
  <description>
  Use copy/paste, either manually or with a macro.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f95b1b5ba3f5c2a8/982f3f64bb9ec33b?show_docid=982f3f64bb9ec33b</guid>
  <author>
  garysstud...@discussions.microsoft.com
  (Gary&#39;&#39;s Student)
  </author>
  <pubDate>Sat, 12 Dec 2009 09:16:01 UT
</pubDate>
  </item>
  <item>
  <title>RE: Run macro from shape when runnig macro in Excel 2007</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/7ae217f554f6397e/c884c5c4212f9029?show_docid=c884c5c4212f9029</link>
  <description>
  Make sure the macro you have assigned to the shape is a public sub in a &lt;br&gt; standard module: &lt;br&gt; Sub Picture1_Click() &lt;br&gt; &#39; &lt;br&gt; &#39; Picture1_Click Macro &lt;br&gt; &#39; &lt;br&gt; &#39; Keyboard Shortcut: Ctrl+e &lt;br&gt; &#39; &lt;br&gt; Range(&amp;quot;G3&amp;quot;).Select &lt;br&gt; ActiveCell.FormulaR1C1 = &amp;quot;1&amp;quot; &lt;br&gt; Range(&amp;quot;G4&amp;quot;).Select &lt;br&gt; End Sub &lt;br&gt; Sub dural() &lt;br&gt; Call Picture1_Click &lt;br&gt; End Sub
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/7ae217f554f6397e/c884c5c4212f9029?show_docid=c884c5c4212f9029</guid>
  <author>
  garysstud...@discussions.microsoft.com
  (Gary&#39;&#39;s Student)
  </author>
  <pubDate>Sat, 12 Dec 2009 09:14:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Elimination Of Lines With Certain Criteria</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f16678a37999bf6b/fd0361dca91ac130?show_docid=fd0361dca91ac130</link>
  <description>
  This works fine, thanks. &lt;br&gt; Option Explicit &lt;br&gt; Sub onlyAW2() &lt;br&gt; Dim iRow As Long &lt;br&gt; Dim LastRow As Long &lt;br&gt; Dim FirstRow As Long &lt;br&gt; With ActiveSheet &lt;br&gt; FirstRow = 1 &lt;br&gt; LastRow = .Cells(.Rows.Count, &amp;quot;A&amp;quot;).End(xlUp).Row &lt;br&gt; For iRow = LastRow To FirstRow Step -1 &lt;br&gt; If (LCase(.Cells(iRow, &amp;quot;F&amp;quot;).Value) &amp;lt;&amp;gt; LCase(&amp;quot;standard&amp;quot;) _
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f16678a37999bf6b/fd0361dca91ac130?show_docid=fd0361dca91ac130</guid>
  <author>
  john.h.williamsremovet...@btinternet.com
  (Saxman)
  </author>
  <pubDate>Sat, 12 Dec 2009 08:38:51 UT
</pubDate>
  </item>
  <item>
  <title>Finding cells with leading characters</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/517aec8de9bc8515/874a32e2a96b1d35?show_docid=874a32e2a96b1d35</link>
  <description>
  My spreadsheet looks like this: &lt;br&gt; A &lt;br&gt; 1 000000 &lt;br&gt; 2 182068 &lt;br&gt; 3 198506 &lt;br&gt; 4 200081 &lt;br&gt; 5 368010 &lt;br&gt; 6 580905 &lt;br&gt; 7 680001 &lt;br&gt; 8 686850 &lt;br&gt; 9 690060 &lt;br&gt; 10 700012 &lt;br&gt; 11 701068 &lt;br&gt; 12 802054 &lt;br&gt; 13 920211 &lt;br&gt; 14 968902 &lt;br&gt; Using EDIT/FIND, when I enter &#39;68&#39; in the &amp;quot;Find What:&amp;quot; box, Excel
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/517aec8de9bc8515/874a32e2a96b1d35?show_docid=874a32e2a96b1d35</guid>
  <author>
  gcott...@co.riverside.ca.us
  (gcotterl)
  </author>
  <pubDate>Sat, 12 Dec 2009 05:57:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: column with all the working days of next year</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/3bce49c17bad5171/018e49b23956ace4?show_docid=018e49b23956ace4</link>
  <description>
  Sorry for posting before searching. It&#39;s Edit &amp;gt; Fill &amp;gt; Series &amp;gt; Type: &lt;br&gt; Date; Date Unit: Weekdays
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/3bce49c17bad5171/018e49b23956ace4?show_docid=018e49b23956ace4</guid>
  <author>
  spamfree...@yahoo.com
  (cpliu)
  </author>
  <pubDate>Sat, 12 Dec 2009 04:37:06 UT
</pubDate>
  </item>
  <item>
  <title>column with all the working days of next year</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/3bce49c17bad5171/d90faff624d2dc49?show_docid=d90faff624d2dc49</link>
  <description>
  I&#39;d like to create a column with all the working days of next year. I &lt;br&gt; put 1/1/2010 in the A1 then =A1+1 for A2, copy and paste to all other &lt;br&gt; cells. This would include weekends too. How can quickly create all the &lt;br&gt; working days? &lt;br&gt; Thanks,
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/3bce49c17bad5171/d90faff624d2dc49?show_docid=d90faff624d2dc49</guid>
  <author>
  spamfree...@yahoo.com
  (cpliu)
  </author>
  <pubDate>Sat, 12 Dec 2009 04:04:47 UT
</pubDate>
  </item>
  <item>
  <title>Converting .txt file to Excel</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/9a181b16457c33a2/a60df79606a30c63?show_docid=a60df79606a30c63</link>
  <description>
  I have a csv .txt file that I want to open in Excel. I have no trouble &lt;br&gt; opening it in Excel, but when I do I lose all the leading zeroes that &lt;br&gt; are in the records. Is there a way to convert teh .txt file and &lt;br&gt; maintain exactly what is between the commas when it opens in Excel? &lt;br&gt; Thank you kindly
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/9a181b16457c33a2/a60df79606a30c63?show_docid=a60df79606a30c63</guid>
  <author>
  kurch...@mac.com
  (Kurch)
  </author>
  <pubDate>Sat, 12 Dec 2009 03:38:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Displaying Actual Cell Values</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/0b421b096864f525/ba6c9d2edb0708ae?show_docid=ba6c9d2edb0708ae</link>
  <description>
  You need to parse out the addresses and then substitute the appropriate values. &lt;br&gt; You might be able to this with a UDF. &lt;br&gt; As written, it has some limitations and should be considered a work in &lt;br&gt; progress. &lt;br&gt; 1. It will only look at addresses A1:IV65536. &lt;br&gt; Ideally, you could test to see if you are dealing with Excel 2007+ or
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/0b421b096864f525/ba6c9d2edb0708ae?show_docid=ba6c9d2edb0708ae</guid>
  <author>
  ronrosenf...@nospam.org
  (Ron Rosenfeld)
  </author>
  <pubDate>Sat, 12 Dec 2009 02:28:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Job for VLOOKUP?</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f4ccc304e950e737/2b3ebd14405486f4?show_docid=2b3ebd14405486f4</link>
  <description>
  I would think you could do it row by row like so in E3 then copied down: &lt;br&gt; =IF($D3 = C$1, C3, &amp;quot;&amp;quot;) &lt;br&gt; Then you can sum the values in each column. &lt;br&gt; ========== &lt;br&gt; To do it all in one cell, then a SUMIF() should work: &lt;br&gt; =SUMIF($D$2:$D$30, C$1, $C$2:$C$30)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f4ccc304e950e737/2b3ebd14405486f4?show_docid=2b3ebd14405486f4</guid>
  <author>
  jb...@madrocketscientist.com.nospam
  (JBeaucaire)
  </author>
  <pubDate>Sat, 12 Dec 2009 00:53:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Excel for a Survey</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/78c88ed371e43be8/e0c4971deba8e310?show_docid=e0c4971deba8e310</link>
  <description>
  Ganz Doof - &lt;br&gt; As usual, I recommend using something like Survey Monkey for the survey and &lt;br&gt; then (optionally) using Excel&#39;s Pivot Table features to summarize the &lt;br&gt; results. &lt;br&gt; Or, organize the data as an Excel list or flat-file database, and then use &lt;br&gt; Pivot Tables. &lt;br&gt; - Mike &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.MikeMiddleton.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/78c88ed371e43be8/e0c4971deba8e310?show_docid=e0c4971deba8e310</guid>
  <author>
  m...@decisiontoolworks.com
  (Mike Middleton)
  </author>
  <pubDate>Sat, 12 Dec 2009 00:14:55 UT
</pubDate>
  </item>
  <item>
  <title>Run macro from shape when runnig macro in Excel 2007</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/7ae217f554f6397e/9f786e149117f419?show_docid=9f786e149117f419</link>
  <description>
  Hi, &lt;br&gt; I´m recording a macro that tries to run a macro from a shape, but it &lt;br&gt; doesn´t work in Excel 2007. I don´t know if this is a problem of this &lt;br&gt; version because I could do it in 2003. &lt;br&gt; Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/7ae217f554f6397e/9f786e149117f419?show_docid=9f786e149117f419</guid>
  <author>
  srta...@gmail.com
  (bren)
  </author>
  <pubDate>Fri, 12 Dec 2009 23:43:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Job for VLOOKUP?</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f4ccc304e950e737/c613323ecaeb807d?show_docid=c613323ecaeb807d</link>
  <description>
  If desired, send your file to my address below. I will only look if: &lt;br&gt; 1. You send a copy of this message on an inserted sheet &lt;br&gt; 2. You give me the newsgroup and the subject line &lt;br&gt; 3. You send a clear explanation of what you want &lt;br&gt; 4. You send before/after examples and expected results.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f4ccc304e950e737/c613323ecaeb807d?show_docid=c613323ecaeb807d</guid>
  <author>
  dguille...@austin.rr.com
  (Don Guillett)
  </author>
  <pubDate>Fri, 12 Dec 2009 23:31:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Elimination Of Lines With Certain Criteria</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f16678a37999bf6b/3a7bed8e4a1112e5?show_docid=3a7bed8e4a1112e5</link>
  <description>
  If you want to examine the first row, then change this line: &lt;br&gt; FirstRow = 2 &lt;br&gt; to &lt;br&gt; FirstRow = 1 &lt;br&gt; Your code started with inta = 2. I chose the same starting row.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f16678a37999bf6b/3a7bed8e4a1112e5?show_docid=3a7bed8e4a1112e5</guid>
  <author>
  peter...@verizonxspam.net
  (Dave Peterson)
  </author>
  <pubDate>Fri, 12 Dec 2009 23:28:32 UT
</pubDate>
  </item>
  <item>
  <title>Job for VLOOKUP?</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f4ccc304e950e737/8cb0df16e1dc270e?show_docid=8cb0df16e1dc270e</link>
  <description>
  I&#39;m trying to make a spreadsheet that will double as a timesheet for &lt;br&gt; work as well as a way of keeping track of how much time is spent on &lt;br&gt; each of several different projects throughout the day. &lt;br&gt; Columns A through C are time in, time out, and total time. These are &lt;br&gt; no problem. Column D is where I&#39;d like to enter a project code, like
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f4ccc304e950e737/8cb0df16e1dc270e?show_docid=8cb0df16e1dc270e</guid>
  <author>
  notconfusedaboutthatto...@gmail.com
  (Guest3731)
  </author>
  <pubDate>Fri, 12 Dec 2009 23:06:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Elimination Of Lines With Certain Criteria</title>
  <link>http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f16678a37999bf6b/26cf55c533330885?show_docid=26cf55c533330885</link>
  <description>
  Many thanks. This works fine except the first row includes non All &lt;br&gt; Weather going, but the rest of the data is fine.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/microsoft.public.excel/browse_frm/thread/f16678a37999bf6b/26cf55c533330885?show_docid=26cf55c533330885</guid>
  <author>
  john.h.williamsremovet...@btinternet.com
  (Saxman)
  </author>
  <pubDate>Fri, 12 Dec 2009 22:30:52 UT
</pubDate>
  </item>
  </channel>
</rss>
