<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.excel.programming Google Group</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming</link>
  <description>Microsoft Office Excel newsgroup.</description>
  <language>en</language>
  <item>
  <title>Re: Problem with code used in other countries</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/3e8d7d3fb32ccb0d/9c2ad20f0481872a?show_docid=9c2ad20f0481872a</link>
  <description>
  I looks like you are adding a template that has only one sheet called &lt;br&gt; &amp;quot;Sheet1&amp;quot;. I would refere to the sheet by the position in the workbook &lt;br&gt; being the 1st tab and use sheets(1) instead of Sheets(&amp;quot;Sheet1&amp;quot;).
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/3e8d7d3fb32ccb0d/9c2ad20f0481872a?show_docid=9c2ad20f0481872a</guid>
  <author>
  joel.41d...@thecodecage.com
  (joel)
  </author>
  <pubDate>Mon, 09 Nov 2009 12:45:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: copy and paste it in a new sheet with sheet name as a1 value</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0b33fadc1502ec62/2cbcf2e22220b36a?show_docid=2cbcf2e22220b36a</link>
  <description>
  I have a small typo &lt;br&gt; from &lt;br&gt; bl.Close savechanges:=False &lt;br&gt; to &lt;br&gt; bk.Close savechanges:=False &lt;br&gt; I didn&#39;t test this line. the rest of the code was tested.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0b33fadc1502ec62/2cbcf2e22220b36a?show_docid=2cbcf2e22220b36a</guid>
  <author>
  joel.41d...@thecodecage.com
  (joel)
  </author>
  <pubDate>Mon, 09 Nov 2009 12:40:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: copy and paste it in a new sheet with sheet name as a1 value</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0b33fadc1502ec62/0269b28a9fbd551f?show_docid=0269b28a9fbd551f</link>
  <description>
  thanks a lot joel...
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0b33fadc1502ec62/0269b28a9fbd551f?show_docid=0269b28a9fbd551f</guid>
  <author>
  vimalbarl...@gmail.com
  (vicky)
  </author>
  <pubDate>Mon, 09 Nov 2009 12:21:03 UT
</pubDate>
  </item>
  <item>
  <title>Problem with code used in other countries</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/3e8d7d3fb32ccb0d/2848b77c9ff56a3d?show_docid=2848b77c9ff56a3d</link>
  <description>
  Hi I created a file which basically acts as a price builder. &lt;br&gt; This has now been distrubted through out our European offices and the USA. &lt;br&gt; One of the modules alllows the user to select a couple of categories and &lt;br&gt; then you hit a button and it will create a new workbook with the relevant &lt;br&gt; pricing information.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/3e8d7d3fb32ccb0d/2848b77c9ff56a3d?show_docid=2848b77c9ff56a3d</guid>
  <author>
  winnie...@discussions.microsoft.com
  (winnie123)
  </author>
  <pubDate>Mon, 09 Nov 2009 11:56:01 UT
</pubDate>
  </item>
  <item>
  <title>RE: Changing the background color of a cell</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/97ddbe922d654a7c/0ae50773db693e42?show_docid=0ae50773db693e42</link>
  <description>
  Hi Steve &lt;br&gt; The below code will highlight each row if &#39;Cappuchino Data&#39; column G data &lt;br&gt; match with the list in Subs Safety Net&amp;quot;).Range(&amp;quot;C1:C10&amp;quot;)..Try and feedback &lt;br&gt; Sub Macro() &lt;br&gt; Dim rng1 As Range, rng2 As Range, cell As Range &lt;br&gt; Set rng1 = Worksheets(&amp;quot;Cappuchino Data&amp;quot;).Range(&amp;quot;G1:G10&amp;quot;) &lt;br&gt; Set rng2 = Worksheets(&amp;quot;Subs Safety Net&amp;quot;).Range(&amp;quot;C1:C10&amp;quot;)
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/97ddbe922d654a7c/0ae50773db693e42?show_docid=0ae50773db693e42</guid>
  <author>
  jacobska...@discussions.microsoft.com
  (Jacob Skaria)
  </author>
  <pubDate>Mon, 09 Nov 2009 11:48:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: copy and paste it in a new sheet with sheet name as a1 value</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0b33fadc1502ec62/fb2e1679c156308a?show_docid=fb2e1679c156308a</link>
  <description>
  Try the code below. Change the FOLDER name as required. Make sure you &lt;br&gt; have a backslash at the end of the folder name. The Macro will give you &lt;br&gt; an error if the data in cell A1 is not a valid name for a worksheet. &lt;br&gt; worksheet names can&#39;t be nothing and can&#39;t contain certain characters. &lt;br&gt; Sub copybooks()
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0b33fadc1502ec62/fb2e1679c156308a?show_docid=fb2e1679c156308a</guid>
  <author>
  joel.41d...@thecodecage.com
  (joel)
  </author>
  <pubDate>Mon, 09 Nov 2009 11:43:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Copy if code</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/a8dbd0e4c8225623/f3e6dc2ef97d3ce5?show_docid=f3e6dc2ef97d3ce5</link>
  <description>
  The XLUP and XLDown don&#39;t always work the way you would expect them to &lt;br&gt; work if cells were cleared of data. XLUP and XLDOWN still thinks there &lt;br&gt; is data in a cell that has been cleared, or there may be a Conditional &lt;br&gt; Formating in the cell which these two functions then condsiders the &lt;br&gt; cells having data.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/a8dbd0e4c8225623/f3e6dc2ef97d3ce5?show_docid=f3e6dc2ef97d3ce5</guid>
  <author>
  joel.41d...@thecodecage.com
  (joel)
  </author>
  <pubDate>Mon, 09 Nov 2009 11:33:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Code inconsistent</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/98ea96833d148838/af944c0b076e6942?show_docid=af944c0b076e6942</link>
  <description>
  What are your sheet names? Do you have a sheet with the tab as &amp;quot;1&amp;quot;, if &lt;br&gt; not you will get an error. &lt;br&gt; Usually Sheets(1) referes to the 1st tab in the workbook. Sheets(&amp;quot;1&amp;quot;) &lt;br&gt; refers to a sheet name with the Tab being the number one. Make sure &lt;br&gt; thtere arren&#39;t any spaces in the tab on the worksheet. If the sheet
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/98ea96833d148838/af944c0b076e6942?show_docid=af944c0b076e6942</guid>
  <author>
  joel.41d...@thecodecage.com
  (joel)
  </author>
  <pubDate>Mon, 09 Nov 2009 11:27:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: 2002: Worksheet_Change and Validation error</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/a76da52251d2dd12/52f6e844babcef46?show_docid=52f6e844babcef46</link>
  <description>
  The worksheet change function can only change cells on the worksheet &lt;br&gt; were the changge was made. If you are changing a cel in a different &lt;br&gt; sheet it won&#39;t work in 2002 but would work in earlier versions of excel.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/a76da52251d2dd12/52f6e844babcef46?show_docid=52f6e844babcef46</guid>
  <author>
  joel.41d...@thecodecage.com
  (joel)
  </author>
  <pubDate>Mon, 09 Nov 2009 11:20:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Obtaining a certain date from columns</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/48c473453c72b0f4/526d9e9f279e7586?show_docid=526d9e9f279e7586</link>
  <description>
  The latest data would be the Max value in the column. If you were using &lt;br&gt; a formula it would be &lt;br&gt; =max(A:A) &lt;br&gt; The equivalent VBA code would be &lt;br&gt; Dim MaxDate As Date &lt;br&gt; MaxDate = WorksheetFunction.Max(Columns( &amp;quot;A&amp;quot;))
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/48c473453c72b0f4/526d9e9f279e7586?show_docid=526d9e9f279e7586</guid>
  <author>
  joel.41d...@thecodecage.com
  (joel)
  </author>
  <pubDate>Mon, 09 Nov 2009 11:16:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Changing the background color of a cell</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/97ddbe922d654a7c/ca942d7262a281cf?show_docid=ca942d7262a281cf</link>
  <description>
  if Excel 2003 then change &lt;br&gt; Color &lt;br&gt; to &lt;br&gt; ColorIndex
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/97ddbe922d654a7c/ca942d7262a281cf?show_docid=ca942d7262a281cf</guid>
  <author>
  bli...@gazeta.pl
  (Jarek Kujawa)
  </author>
  <pubDate>Mon, 09 Nov 2009 11:12:22 UT
</pubDate>
  </item>
  <item>
  <title>Obtaining a certain date from columns</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/48c473453c72b0f4/26cbdfb8c2668726?show_docid=26cbdfb8c2668726</link>
  <description>
  Goddag, how do I make a macro that can get the latest date in a column. &lt;br&gt; Like I have many dates in that column and I want to get the newest date. &lt;br&gt; Thank in advance
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/48c473453c72b0f4/26cbdfb8c2668726?show_docid=26cbdfb8c2668726</guid>
  <author>
  suk...@mail1.stofanet.dk
  (Suknit)
  </author>
  <pubDate>Mon, 09 Nov 2009 10:54:13 UT
</pubDate>
  </item>
  <item>
  <title>Changing the background color of a cell</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/97ddbe922d654a7c/fce1402ce7919106?show_docid=fce1402ce7919106</link>
  <description>
  Hi &lt;br&gt; I&#39;m comparing two lists and if a contract number equals that on another list &lt;br&gt; I want to highlight the line in the original list. I have looked for ages on &lt;br&gt; the web but everywhere that uses the range command seems to assume you know &lt;br&gt; the row but I&#39;m trying to use two variables as below. &lt;br&gt; If Trim(Worksheets(&amp;quot;Cappuchino Data&amp;quot;).Cells(iCappuchinoRow,
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/97ddbe922d654a7c/fce1402ce7919106?show_docid=fce1402ce7919106</guid>
  <author>
  st...@discussions.microsoft.com
  (Steve)
  </author>
  <pubDate>Mon, 09 Nov 2009 10:49:01 UT
</pubDate>
  </item>
  <item>
  <title>RE: Row deletion event: identifying deleted row ID</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/ad0538090325dd60/8719edcf6b39efa6?show_docid=8719edcf6b39efa6</link>
  <description>
  It works... &lt;br&gt; Thanks a lot! &lt;br&gt; faffo1980
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/ad0538090325dd60/8719edcf6b39efa6?show_docid=8719edcf6b39efa6</guid>
  <author>
  faffo1...@discussions.microsoft.com
  (faffo1980)
  </author>
  <pubDate>Mon, 09 Nov 2009 10:30:01 UT
</pubDate>
  </item>
  <item>
  <title>RE: Row deletion event: identifying deleted row ID</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/ad0538090325dd60/63052ae801e361ad?show_docid=63052ae801e361ad</link>
  <description>
  Try the below to track row deletions from the used range...Select the sheet &lt;br&gt; tab which you want to work with. Right click the sheet tab and click on &#39;View &lt;br&gt; Code&#39;. This will launch VBE. Paste the below code to the right blank portion. &lt;br&gt; Get back to to workbook and try out. &lt;br&gt; Private Sub Worksheet_Change(ByVal Target As Range)
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/ad0538090325dd60/63052ae801e361ad?show_docid=63052ae801e361ad</guid>
  <author>
  jacobska...@discussions.microsoft.com
  (Jacob Skaria)
  </author>
  <pubDate>Mon, 09 Nov 2009 10:10:01 UT
</pubDate>
  </item>
  </channel>
</rss>
