<?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>Need to automate based on set of values and populate</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/9f82fc30d8377686/7d5f8fdd69119735?show_docid=7d5f8fdd69119735</link>
  <description>
  I just list out my real excel sheet below for your reference. &lt;br&gt; In an Excel sheet, First column represent the requirement for report needs. &lt;br&gt; Then remaining column are questions. Then business user (Business group) will &lt;br&gt; fill up the remaining columns (from G to O columns) with Values as YES or NO. &lt;br&gt; The YES or NO values are filled manually by the users.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/9f82fc30d8377686/7d5f8fdd69119735?show_docid=7d5f8fdd69119735</guid>
  <author>
  c...@discussions.microsoft.com
  (CC)
  </author>
  <pubDate>Tue, 15 Dec 2009 07:52:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using user-defined functions in cells</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0f74a24a37855a15/73ad9ff753af6ddf?show_docid=73ad9ff753af6ddf</link>
  <description>
  Generally you want to make your inputs parameters of your UDF. &lt;br&gt; If they are not, your function won&#39;t recalculate when the inputs change (as &lt;br&gt; you saw). &lt;br&gt; Public Function DoMyStuff (rngIn) &lt;br&gt; DoMyStuff = rngIn * 10 &#39; Return a value &lt;br&gt; End Function &lt;br&gt; =DoMyStuf(A1) &lt;br&gt; Tim
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0f74a24a37855a15/73ad9ff753af6ddf?show_docid=73ad9ff753af6ddf</guid>
  <author>
  timjwilli...@comcast.net
  (Tim Williams)
  </author>
  <pubDate>Tue, 15 Dec 2009 07:19:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: HTML Text retrieval</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/4906be89179d25d6/8596e7aa7da3bb1c?show_docid=8596e7aa7da3bb1c</link>
  <description>
  Don&#39;t you prefer to come out smelling like roses than stinking of fish?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/4906be89179d25d6/8596e7aa7da3bb1c?show_docid=8596e7aa7da3bb1c</guid>
  <author>
  joel.438...@thecodecage.com
  (joel)
  </author>
  <pubDate>Tue, 15 Dec 2009 07:15:52 UT
</pubDate>
  </item>
  <item>
  <title>String to be split</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/a857c0438ed0f4d0/e396c389d874ae5c?show_docid=e396c389d874ae5c</link>
  <description>
  Hi, &lt;br&gt; I have the string in the Excel file where the &lt;br&gt; &amp;quot;\abc*aa**11111_aa*125.00*125. 00*0.0\ &amp;quot; I need to split this data from the &lt;br&gt; long string stored in the cell. Sometime the above marked string is broken to &lt;br&gt; next row. how do I split this in macro &amp;amp; to find out when it is split in the &lt;br&gt; different but continuous row.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/a857c0438ed0f4d0/e396c389d874ae5c?show_docid=e396c389d874ae5c</guid>
  <author>
  ya...@discussions.microsoft.com
  (yagna)
  </author>
  <pubDate>Tue, 15 Dec 2009 07:07:01 UT
</pubDate>
  </item>
  <item>
  <title>Sort 2 column simultaneously</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/ce89388f0a5b5711/400cb7262c0b1b82?show_docid=400cb7262c0b1b82</link>
  <description>
  Hi, &lt;br&gt; I wanted to sort 2 column for example: &lt;br&gt; Before &lt;br&gt; A B &lt;br&gt; 1 D1 &lt;br&gt; 2 B1 &lt;br&gt; 3 C1 &lt;br&gt; 4 A1 &lt;br&gt; 6 B1 &lt;br&gt; 5 C1 &lt;br&gt; After &lt;br&gt; A B &lt;br&gt; 1 D1 &lt;br&gt; 2 B1 &lt;br&gt; 6 B1 &lt;br&gt; 3 C1 &lt;br&gt; 5 C1 &lt;br&gt; 4 A1 &lt;br&gt; Meaning primary sort is column A ,column B need to group if content &lt;br&gt; same. &lt;br&gt; Some one pls help with VBA code.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/ce89388f0a5b5711/400cb7262c0b1b82?show_docid=400cb7262c0b1b82</guid>
  <author>
  geniusid...@gmail.com
  (geniusideas)
  </author>
  <pubDate>Tue, 15 Dec 2009 07:04:23 UT
</pubDate>
  </item>
  <item>
  <title>Using user-defined functions in cells</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0f74a24a37855a15/d0f3023291c0c2a2?show_docid=d0f3023291c0c2a2</link>
  <description>
  What is the correct way to define a function that can be plugged &lt;br&gt; into any spreadsheet cell as a formula?? &lt;br&gt; I defined a function as follows: &lt;br&gt; Public Function DoMyStuff () &lt;br&gt; importantData = Sheet1.Range(&amp;quot;A1&amp;quot;).Value &lt;br&gt; importantData = importantData * 10 &lt;br&gt; DoMyStuff = importantData &#39; Return a value
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/0f74a24a37855a15/d0f3023291c0c2a2?show_docid=d0f3023291c0c2a2</guid>
  <author>
  nob...@gmail.com
  (Robert Crandal)
  </author>
  <pubDate>Tue, 15 Dec 2009 07:00:50 UT
</pubDate>
  </item>
  <item>
  <title>RE: Importing data from Outlook into Excel</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/4693feff35239ba1/465b26789f37153c?show_docid=465b26789f37153c</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://office.microsoft.com/en-us/outlook/HA010964231033.aspx&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/4693feff35239ba1/465b26789f37153c?show_docid=465b26789f37153c</guid>
  <author>
  ryguy7...@discussions.microsoft.com
  (ryguy7272)
  </author>
  <pubDate>Tue, 15 Dec 2009 06:51:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Help with Macro please...</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/54658971f7fe90d4/05b741e1abe40b17?show_docid=05b741e1abe40b17</link>
  <description>
  What happens if you remove the &amp;quot;On Error Resume Next&amp;quot; ? &lt;br&gt; Tim
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/54658971f7fe90d4/05b741e1abe40b17?show_docid=05b741e1abe40b17</guid>
  <author>
  timjwilli...@comcast.net
  (Tim Williams)
  </author>
  <pubDate>Tue, 15 Dec 2009 06:48:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to remove duplicate text with comma seperated</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/554d2dc62268cec9/285cee19f2209186?show_docid=285cee19f2209186</link>
  <description>
  Thank Guys.. &lt;br&gt; It&#39;s work find.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/554d2dc62268cec9/285cee19f2209186?show_docid=285cee19f2209186</guid>
  <author>
  geniusid...@gmail.com
  (geniusideas)
  </author>
  <pubDate>Tue, 15 Dec 2009 06:48:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: New time format</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/95614794aa526dad/c5ecce5e7117b1eb?show_docid=c5ecce5e7117b1eb</link>
  <description>
  Hi Rick, &lt;br&gt; That format works fine, but it doesnt work for cases when &lt;br&gt; the there are more than 24 hours. Some of my time &lt;br&gt; data examples will be 44:11 (44 hours, 11 minutes) or &lt;br&gt; even 200:35 (200 hours, 35 minutes). &lt;br&gt; I guess I&#39;m not really looking for times on a clock, &lt;br&gt; but rather time durations expressed as hours and minutes only
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/95614794aa526dad/c5ecce5e7117b1eb?show_docid=c5ecce5e7117b1eb</guid>
  <author>
  nob...@gmail.com
  (Robert Crandal)
  </author>
  <pubDate>Tue, 15 Dec 2009 06:45:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: HTML Text retrieval</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/4906be89179d25d6/48cf3c39649649ea?show_docid=48cf3c39649649ea</link>
  <description>
  Umm, thanks. I prefer the indirect giving of fish. &lt;br&gt; Tim
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/4906be89179d25d6/48cf3c39649649ea?show_docid=48cf3c39649649ea</guid>
  <author>
  timjwilli...@comcast.net
  (Tim Williams)
  </author>
  <pubDate>Tue, 15 Dec 2009 06:40:12 UT
</pubDate>
  </item>
  <item>
  <title>Display cell contents in a text box (shape) and linking</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/b286f1eda55c7c6a/464d39816cac7fdf?show_docid=464d39816cac7fdf</link>
  <description>
  Dear Experts: &lt;br&gt; below macro grabs the contents of cell B7 and displays it in a text &lt;br&gt; box (shape, not a control!). How do I have to re-write the code to &lt;br&gt; have the contents of the cell linked to the contents of the shape. &lt;br&gt; That is, whenever the cell contents changes, the contents of the text &lt;br&gt; box is to be updated as well.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/b286f1eda55c7c6a/464d39816cac7fdf?show_docid=464d39816cac7fdf</guid>
  <author>
  andreas.her...@gmx.de
  (andreashermle)
  </author>
  <pubDate>Tue, 15 Dec 2009 06:40:45 UT
</pubDate>
  </item>
  <item>
  <title>image help needed</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/f6595d48bd1592b7/9764f1ce65b1d45f?show_docid=9764f1ce65b1d45f</link>
  <description>
  hello i need a bit of help programming the following problem in excel &lt;br&gt; the code is as follows its in xml &lt;br&gt; also please dont respond with visual basic answers i need a xml solution &lt;br&gt; &amp;lt;Column ss:AutoFitWidth=&amp;quot;0&amp;quot; ss:Width=&amp;quot;15&amp;quot;/&amp;gt; &lt;br&gt; &amp;lt;Column ss:AutoFitWidth=&amp;quot;0&amp;quot; ss:Width=&amp;quot;15&amp;quot;/&amp;gt; &lt;br&gt; &amp;lt;Column ss:AutoFitWidth=&amp;quot;0&amp;quot; ss:Width=&amp;quot;15&amp;quot;/&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/f6595d48bd1592b7/9764f1ce65b1d45f?show_docid=9764f1ce65b1d45f</guid>
  <author>
  aph...@discussions.microsoft.com
  (aphxps)
  </author>
  <pubDate>Tue, 15 Dec 2009 05:52:02 UT
</pubDate>
  </item>
  <item>
  <title>RE: Help with Macro please...</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/54658971f7fe90d4/de5db1b09f3a6928?show_docid=de5db1b09f3a6928</link>
  <description>
  Oops, forgot to mention that I have tried selecting messages in Outlook &lt;br&gt; before running the Macro in Excel, but this seems to have no effect. Not &lt;br&gt; selecting any messages beforehand also has no effect.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/54658971f7fe90d4/de5db1b09f3a6928?show_docid=de5db1b09f3a6928</guid>
  <author>
  monome...@discussions.microsoft.com
  (Monomeeth)
  </author>
  <pubDate>Tue, 15 Dec 2009 05:38:01 UT
</pubDate>
  </item>
  <item>
  <title>Rename sheet if current sheet name exists</title>
  <link>http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/07a0a4917d67a7de/3dab069539a23522?show_docid=3dab069539a23522</link>
  <description>
  A report is run from a web app. &lt;br&gt; My program opens the report and formats it. &lt;br&gt; I want to keep history so new sheets are added each time and named with &lt;br&gt; todays date. &lt;br&gt; The problem of course is if it is run twice in one day it crashes as it &lt;br&gt; tries to create the 2nd sheet with the same name. &lt;br&gt; I need something to the effect of: (Rdate is a mem var with my formatted date)
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/microsoft.public.excel.programming/browse_thread/thread/07a0a4917d67a7de/3dab069539a23522?show_docid=3dab069539a23522</guid>
  <author>
  ron5...@discussions.microsoft.com
  (Ron5440)
  </author>
  <pubDate>Tue, 15 Dec 2009 04:50:01 UT
</pubDate>
  </item>
  </channel>
</rss>
