<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 17:39:13 +0000</lastBuildDate>
    <item>
      <title>(Visual Basic) Read data from txt files - buglilorenzo</title>
      <link>https://snipplr.com/view/327091/read-data-from-txt-files</link>
      <description>&lt;p&gt;Read data from TXT files to import them in Excel environment&lt;/p&gt;</description>
      <pubDate>Wed, 18 Oct 2017 21:06:05 UTC</pubDate>
      <guid>https://snipplr.com/view/327091/read-data-from-txt-files</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel (VBA) worksheet password cracker (Ver 2010 &amp; below) - cueballrawn</title>
      <link>https://snipplr.com/view/276034/excel-vba-worksheet-password-cracker-ver-2010--below</link>
      <description>&lt;p&gt;If you've forgotten a password to an Excel workbook that was created in version 2010 or older. See URL for more details.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Nov 2016 21:10:01 UTC</pubDate>
      <guid>https://snipplr.com/view/276034/excel-vba-worksheet-password-cracker-ver-2010--below</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel (VBA) drop down list multiple values in single cell - cueballrawn</title>
      <link>https://snipplr.com/view/149514/excel-vba-drop-down-list-multiple-values-in-single-cell</link>
      <description>&lt;p&gt;Selecting different values from a data validation drop down list will populate the same cell, i.e. it will create a concatenating list separated by commas.&#13;
Amend the "If Target.Column" values to set the columns this applies to.&lt;/p&gt;</description>
      <pubDate>Wed, 10 Aug 2016 01:54:42 UTC</pubDate>
      <guid>https://snipplr.com/view/149514/excel-vba-drop-down-list-multiple-values-in-single-cell</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel (VBA) Custom right-click menu to launch macros - cueballrawn</title>
      <link>https://snipplr.com/view/147796/excel-vba-custom-rightclick-menu-to-launch-macros</link>
      <description>&lt;p&gt;Create a custom right-click menu that will list and launch all macros in the DemonstationMacros module. Copy and past the code into the relevant object or module.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2016 23:54:41 UTC</pubDate>
      <guid>https://snipplr.com/view/147796/excel-vba-custom-rightclick-menu-to-launch-macros</guid>
    </item>
    <item>
      <title>(C#) How to Set Line Spacing of a Paragraph in an Excel Shape or Textbox inside .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/147788/how-to-set-line-spacing-of-a-paragraph-in-an-excel-shape-or-textbox-inside-net-apps</link>
      <description>&lt;p&gt;This technical tip shows how to Set Line Spacing of the Paragraph in a Shape or Textbox in .NET applications. You can set the line space of the paragraph, its space before and space after using the TextParagraph.LineSpace, TextParagraph.SpaceBefore and TextParagraph.SpaceAfter respectively. The following example shows how to Set Line Spacing of the Paragraph in a Shape or Textbox.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2016 18:24:58 UTC</pubDate>
      <guid>https://snipplr.com/view/147788/how-to-set-line-spacing-of-a-paragraph-in-an-excel-shape-or-textbox-inside-net-apps</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel (VBA) list all filenames in a directory - cueballrawn</title>
      <link>https://snipplr.com/view/147659/excel-vba-list-all-filenames-in-a-directory</link>
      <description>&lt;p&gt;Lists all filenames in a directory if you need them for formulae or add into VBA.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Jul 2016 19:51:10 UTC</pubDate>
      <guid>https://snipplr.com/view/147659/excel-vba-list-all-filenames-in-a-directory</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel (VBA) Hash string using SHA1 - pseudonymisation - cueballrawn</title>
      <link>https://snipplr.com/view/147167/excel-vba-hash-string-using-sha1--pseudonymisation</link>
      <description>&lt;p&gt;Create a bespoke Excel function that allows you to hash (anonnymise / pseudonymise) strings such as unique identifiers. Once you've inserted the VBA, use the function "=BASE64SHA1(cellreference)" to generate the hash.&lt;/p&gt;</description>
      <pubDate>Thu, 16 Jun 2016 19:13:58 UTC</pubDate>
      <guid>https://snipplr.com/view/147167/excel-vba-hash-string-using-sha1--pseudonymisation</guid>
    </item>
    <item>
      <title>(Visual Basic) Access (VBA) Open and run macro from an Excel workbook - cueballrawn</title>
      <link>https://snipplr.com/view/147151/access-vba-open-and-run-macro-from-an-excel-workbook</link>
      <description>&lt;p&gt;This code allows you to open an Excel workbook from an Access database and run macros within the target workbook. This could be used to format / clean data prior to import for example.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Jun 2016 20:05:00 UTC</pubDate>
      <guid>https://snipplr.com/view/147151/access-vba-open-and-run-macro-from-an-excel-workbook</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel (VBA) hide specific worksheets - cueballrawn</title>
      <link>https://snipplr.com/view/147148/excel-vba-hide-specific-worksheets</link>
      <description>&lt;p&gt;Hide specific worksheets in a workbook that contain a prefix. This example uses "Admin_", although this can be changed easily.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Jun 2016 19:45:48 UTC</pubDate>
      <guid>https://snipplr.com/view/147148/excel-vba-hide-specific-worksheets</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel (VBA) unhide all worksheets - cueballrawn</title>
      <link>https://snipplr.com/view/147147/excel-vba-unhide-all-worksheets</link>
      <description>&lt;p&gt;VBA to unhide all worksheets in an Excel workbook.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Jun 2016 19:35:24 UTC</pubDate>
      <guid>https://snipplr.com/view/147147/excel-vba-unhide-all-worksheets</guid>
    </item>
    <item>
      <title>(C#) Clean metadata from documents created by a particular author - muhammadsabir</title>
      <link>https://snipplr.com/view/147126/clean-metadata-from-documents-created-by-a-particular-author</link>
      <description>&lt;p&gt;This source code uses public classes and interfaces exposed by GroupDocs.Metadata for .NET to clean metadata from the documents created by a particular author in some directory. Steps include:&#13;
&#13;
1) Scan all documents from an author in a directory (input)&#13;
2) Clean metadata associated with the documents.&#13;
3) Save documents without metadata in a new directory (output)&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jun 2016 20:35:42 UTC</pubDate>
      <guid>https://snipplr.com/view/147126/clean-metadata-from-documents-created-by-a-particular-author</guid>
    </item>
    <item>
      <title>(C#) How to draw and clear a border around a cell or range of cells from C# - billi8324</title>
      <link>https://snipplr.com/view/102248/how-to-draw-and-clear-a-border-around-a-cell-or-range-of-cells-from-c</link>
      <description>&lt;p&gt;remove border in excel from C#&lt;/p&gt;</description>
      <pubDate>Wed, 10 Jun 2015 09:24:39 UTC</pubDate>
      <guid>https://snipplr.com/view/102248/how-to-draw-and-clear-a-border-around-a-cell-or-range-of-cells-from-c</guid>
    </item>
    <item>
      <title>(Visual Basic) Calculate the Center Moving Average - BDOGG32</title>
      <link>https://snipplr.com/view/96755/calculate-the-center-moving-average</link>
      <description>&lt;p&gt;Calculates the center moving average for a time period.  The vA requires a range or an array of numbers and the iSteps takes the number of periods in the timeframe (4 for quarters, 7 for weekly, ect)&lt;/p&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:58:47 UTC</pubDate>
      <guid>https://snipplr.com/view/96755/calculate-the-center-moving-average</guid>
    </item>
    <item>
      <title>(Visual Basic) Extract text from a String - BDOGG32</title>
      <link>https://snipplr.com/view/95658/extract-text-from-a-string</link>
      <description>&lt;p&gt;Two functions that can extract text from a string.  Must have the Option Compare Text at the top of the module.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:23:42 UTC</pubDate>
      <guid>https://snipplr.com/view/95658/extract-text-from-a-string</guid>
    </item>
    <item>
      <title>(Visual Basic) StripCharacters - BDOGG32</title>
      <link>https://snipplr.com/view/95657/stripcharacters</link>
      <description>&lt;p&gt;Uses regular expressions to do string manipulation.  Enter a regular expression into the required parameter and what you want the manipulation to do and it will process the string manipulation.  For example if A1 contains John Doe1, Jane Doe2, John Wayne3 and you wanted to strip all the numbers out of it you could enter this formula:  =RegexReplace(I22,"[^a-zA-Z, ]", "").  This strips all characters that are not a through z or a comma or space.  Since all numbers are not in there then it removes them.  If you wanted to strip out all alpha characters and leave only the numbers it would look like:  =RegexReplace(I22,"[^1-9, ]", "")&lt;/p&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:14:22 UTC</pubDate>
      <guid>https://snipplr.com/view/95657/stripcharacters</guid>
    </item>
    <item>
      <title>(Visual Basic) SpeedOn and SpeedOff - BDOGG32</title>
      <link>https://snipplr.com/view/95655/speedon-and-speedoff</link>
      <description>&lt;p&gt;Code to turn certain feature off and on for faster running of code in Excel&lt;/p&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:51:56 UTC</pubDate>
      <guid>https://snipplr.com/view/95655/speedon-and-speedoff</guid>
    </item>
    <item>
      <title>(PHP) PHP Excel's PMT() function - Dazecoop</title>
      <link>https://snipplr.com/view/77681/php-excels-pmt-function</link>
      <description>&lt;p&gt;Found elsewhere on the Internet after much searching, this one worked perfectly for me.&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2014 00:41:26 UTC</pubDate>
      <guid>https://snipplr.com/view/77681/php-excels-pmt-function</guid>
    </item>
    <item>
      <title>(DOS Batch) Mass-strip filenames from the first space - lottegis</title>
      <link>https://snipplr.com/view/76364/massstrip-filenames-from-the-first-space</link>
      <description>&lt;p&gt;Replace COL with the cell number.&lt;/p&gt;</description>
      <pubDate>Tue, 19 Aug 2014 05:19:56 UTC</pubDate>
      <guid>https://snipplr.com/view/76364/massstrip-filenames-from-the-first-space</guid>
    </item>
    <item>
      <title>(PHP) Convert PDF from Remote Server to other Format using Aspose.Pdf for Cloud API in PHP - johansonkatherine</title>
      <link>https://snipplr.com/view/74182/convert-pdf-from-remote-server-to-other-format-using-asposepdf-for-cloud-api-in-php</link>
      <description>&lt;p&gt;Aspose.PDF for Cloud API has released PHP SDK which allows PHP developers to convert PDF files uploaded to a remote server to other formats. You can pass URL and format parameters to specify the PDFâ€™s URL and output format and use the PUT method of the convert resource to convert remote PDF files. You can download Aspose Cloud PHP SDK from the link given below:&#13;
&#13;
https://github.com/asposeforcloud/Aspose_Cloud_SDK_For_Php&#13;
&#13;
The following code sample shows how you can use Aspose Cloud PHP SDK to convert PDF from remote server to TIFF image. You can define any format you want your PDF to convert to in â€œconvertByUrl methodâ€.  You can view code for other languages on this page given below.&#13;
&#13;
&#13;
http://www.aspose.com/docs/display/pdfcloud/Convert+PDF+from+Remote+Server+to+other+Formats&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2014 18:31:54 UTC</pubDate>
      <guid>https://snipplr.com/view/74182/convert-pdf-from-remote-server-to-other-format-using-asposepdf-for-cloud-api-in-php</guid>
    </item>
    <item>
      <title>(Java) Java Code Samples for Converting Charts in Excel Files to Image Files - johansonkatherine</title>
      <link>https://snipplr.com/view/73763/java-code-samples-for-converting-charts-in-excel-files-to-image-files</link>
      <description>&lt;p&gt;The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component.  Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, rather than analyzing columns of worksheet numbers, a chart shows at a glance whether sales are falling or rising, or how actual sales compare to projected sales. People are frequently asked to present statistical and graphical information in an easy to understand and an easy to maintain manner. A picture helps. Sometimes, charts are needed in an application or web pages. Or it might be needed needed for a Word document, a PDF file, a PowerPoint presentation or some other application. In each case, you want to render the chart as an image so that you can use it elsewhere. Aspose.Cells for Java has supported converting charts in Excel files to image files since release 2.1.2.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Feb 2014 14:09:28 UTC</pubDate>
      <guid>https://snipplr.com/view/73763/java-code-samples-for-converting-charts-in-excel-files-to-image-files</guid>
    </item>
    <item>
      <title>(Java) Java Code Samples for Converting Charts in Excel Files to Image Files - johansonkatherine</title>
      <link>https://snipplr.com/view/73762/java-code-samples-for-converting-charts-in-excel-files-to-image-files</link>
      <description>&lt;p&gt;The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component.  Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, rather than analyzing columns of worksheet numbers, a chart shows at a glance whether sales are falling or rising, or how actual sales compare to projected sales. People are frequently asked to present statistical and graphical information in an easy to understand and an easy to maintain manner. A picture helps. Sometimes, charts are needed in an application or web pages. Or it might be needed needed for a Word document, a PDF file, a PowerPoint presentation or some other application. In each case, you want to render the chart as an image so that you can use it elsewhere. Aspose.Cells for Java has supported converting charts in Excel files to image files since release 2.1.2.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Feb 2014 14:04:04 UTC</pubDate>
      <guid>https://snipplr.com/view/73762/java-code-samples-for-converting-charts-in-excel-files-to-image-files</guid>
    </item>
    <item>
      <title>(C#) C# and VB.NET Code to Split Worksheets of an Excel Workbook to TIFF or PNG in Cloud - johansonkatherine</title>
      <link>https://snipplr.com/view/73661/c-and-vbnet-code-to-split-worksheets-of-an-excel-workbook-to-tiff-or-png-in-cloud</link>
      <description>&lt;p&gt;This technical tip shows how developers can split worksheets of an Excel workbook to a separate workbook, TIFF, PNG or any supported image format in the cloud. This example allows you to split all or specific worksheets of a workbook file and save each worksheet as a new workbook, TIFF or any supported image format using Aspose.Cells for Cloud API in your applications. You can use our REST API with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. Some of the code samples are provided for the above languages.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Feb 2014 19:29:55 UTC</pubDate>
      <guid>https://snipplr.com/view/73661/c-and-vbnet-code-to-split-worksheets-of-an-excel-workbook-to-tiff-or-png-in-cloud</guid>
    </item>
    <item>
      <title>(AutoIt) AutoHotKey | Excel Duplicate current row - Ginko</title>
      <link>https://snipplr.com/view/73188/autohotkey--excel-duplicate-current-row</link>
      <description>&lt;p&gt;`^!d::` hot key is customizable.&#13;
&#13;
`+ ^c^+{+}` is "Shift space ; Ctrl C; Ctrl shift +", stands for "select row; copy; insert".&#13;
&#13;
`{Esc}{Down}{Up}` stands for "leave current copy selection; go down then up (to bring back the selection from the whole row to the current cell only)".&lt;/p&gt;</description>
      <pubDate>Thu, 19 Dec 2013 22:01:37 UTC</pubDate>
      <guid>https://snipplr.com/view/73188/autohotkey--excel-duplicate-current-row</guid>
    </item>
    <item>
      <title>(VB.NET) Select discrete cells - ducalpha</title>
      <link>https://snipplr.com/view/72047/select-discrete-cells</link>
      <description>&lt;p&gt;Select discrete cells in a sheet&lt;/p&gt;</description>
      <pubDate>Tue, 06 Aug 2013 15:57:56 UTC</pubDate>
      <guid>https://snipplr.com/view/72047/select-discrete-cells</guid>
    </item>
    <item>
      <title>(Visual Basic) Time Based Gantt Chart in Excel - mprabhuram</title>
      <link>https://snipplr.com/view/71536/time-based-gantt-chart-in-excel</link>
      <description>&lt;p&gt;I wanted a time based gantt chart in excel. Robert's excel template was very useful. The hourly gantt chart was not useful to visualize my needs. I need something with 10 mins precision to analyse patterns in jobs that are running under 15 mins. So the following is the formula that i used to achive it. Its not perfect and i dont have time for perfect right now. Some time later i will have to get back to this and publish a excel template.&lt;/p&gt;</description>
      <pubDate>Sat, 15 Jun 2013 03:53:16 UTC</pubDate>
      <guid>https://snipplr.com/view/71536/time-based-gantt-chart-in-excel</guid>
    </item>
    <item>
      <title>(Visual Basic) Banding of timestamp or date into 5 min bands using excel - mprabhuram</title>
      <link>https://snipplr.com/view/71496/banding-of-timestamp-or-date-into-5-min-bands-using-excel</link>
      <description>&lt;p&gt;This would round down the time stamp to the nearest 5 minute interval based on first interval being 00:00:00.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Jun 2013 02:43:19 UTC</pubDate>
      <guid>https://snipplr.com/view/71496/banding-of-timestamp-or-date-into-5-min-bands-using-excel</guid>
    </item>
    <item>
      <title>(Other) Change Excel Cell Colors based on whether they contain data or not - kidmizere</title>
      <link>https://snipplr.com/view/71490/change-excel-cell-colors-based-on-whether-they-contain-data-or-not</link>
      <description>&lt;p&gt;This formula will automatically change a cell's background color if there is data in it. You can also change the formula to only fill cells where there is no data.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Jun 2013 00:23:58 UTC</pubDate>
      <guid>https://snipplr.com/view/71490/change-excel-cell-colors-based-on-whether-they-contain-data-or-not</guid>
    </item>
    <item>
      <title>(C#) Convert Excel file (XLS) to CSV - engebaja</title>
      <link>https://snipplr.com/view/71092/convert-excel-file-xls-to-csv</link>
      <description>&lt;p&gt;Convert Excel file (XLS) to CSV&lt;/p&gt;</description>
      <pubDate>Wed, 08 May 2013 16:54:17 UTC</pubDate>
      <guid>https://snipplr.com/view/71092/convert-excel-file-xls-to-csv</guid>
    </item>
    <item>
      <title>(Visual Basic) Dictionary loader - lolrenx</title>
      <link>https://snipplr.com/view/69353/dictionary-loader</link>
      <description>&lt;p&gt;short loop to load a dictionary&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jan 2013 20:05:22 UTC</pubDate>
      <guid>https://snipplr.com/view/69353/dictionary-loader</guid>
    </item>
    <item>
      <title>(Python) Create Excel file with xlwt and insert in Flask response valid for jquery.fileDownload - doronhor</title>
      <link>https://snipplr.com/view/69344/create-excel-file-with-xlwt-and-insert-in-flask-response-valid-for-jqueryfiledownload</link>
      <description>&lt;p&gt;A combinations of 3 technologies.&#13;
Needed to create Excel files within a Python Flask web framework environment and have it sent via HTTP to client to be handled by the jquery.fileDownload library.&#13;
&#13;
Notes:&#13;
1. Flask has to set a cookie specified by jquery.fileDownload&#13;
2. Divided code into blocks of code that can be maybe reusable in functions&#13;
3. 'app' is not declared but it is obvious a Flask application object&#13;
&#13;
relevant projects:&#13;
1.  http://flask.pocoo.org/&#13;
2. pypi.python.org/pypi/xlwt and www.python-excel.org/&#13;
3. https://github.com/johnculviner/jquery.fileDownload&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jan 2013 02:46:09 UTC</pubDate>
      <guid>https://snipplr.com/view/69344/create-excel-file-with-xlwt-and-insert-in-flask-response-valid-for-jqueryfiledownload</guid>
    </item>
    <item>
      <title>(Visual Basic) Range to String - lolrenx</title>
      <link>https://snipplr.com/view/69168/range-to-string</link>
      <description>&lt;p&gt;Concatenate all text in cells with defined separator&lt;/p&gt;</description>
      <pubDate>Thu, 20 Dec 2012 02:59:14 UTC</pubDate>
      <guid>https://snipplr.com/view/69168/range-to-string</guid>
    </item>
    <item>
      <title>(Visual Basic) Format Header Range - lolrenx</title>
      <link>https://snipplr.com/view/69167/format-header-range</link>
      <description>&lt;p&gt;quick way to get column headers formatted&lt;/p&gt;</description>
      <pubDate>Thu, 20 Dec 2012 02:56:27 UTC</pubDate>
      <guid>https://snipplr.com/view/69167/format-header-range</guid>
    </item>
    <item>
      <title>(Visual Basic) Datarange as Class - lolrenx</title>
      <link>https://snipplr.com/view/69166/datarange-as-class</link>
      <description>&lt;p&gt;consider currentregion as a 'datarange' custom class&lt;/p&gt;</description>
      <pubDate>Thu, 20 Dec 2012 02:53:17 UTC</pubDate>
      <guid>https://snipplr.com/view/69166/datarange-as-class</guid>
    </item>
    <item>
      <title>(Visual Basic) Copy rows based on criteria to a new sheet or file - angelia</title>
      <link>https://snipplr.com/view/68568/copy-rows-based-on-criteria-to-a-new-sheet-or-file</link>
      <description>&lt;p&gt;Copy rows based on criteria to a new sheet or file&lt;/p&gt;</description>
      <pubDate>Thu, 15 Nov 2012 05:57:12 UTC</pubDate>
      <guid>https://snipplr.com/view/68568/copy-rows-based-on-criteria-to-a-new-sheet-or-file</guid>
    </item>
    <item>
      <title>(Visual Basic) 'Append data from multiple worksheet to single worksheet macro - angelia</title>
      <link>https://snipplr.com/view/68567/append-data-from-multiple-worksheet-to-single-worksheet-macro</link>
      <description>&lt;p&gt;'Append data from multiple worksheet to single worksheet macro&lt;/p&gt;</description>
      <pubDate>Thu, 15 Nov 2012 05:54:53 UTC</pubDate>
      <guid>https://snipplr.com/view/68567/append-data-from-multiple-worksheet-to-single-worksheet-macro</guid>
    </item>
    <item>
      <title>(C#) .NET - C# - Interop - Excel  - Utility/Wrapper Class - denakitan</title>
      <link>https://snipplr.com/view/67825/net--c--interop--excel---utilitywrapper-class</link>
      <description>&lt;p&gt;Utility class that abstracts the creation of a Excel spreadsheet through Interop, and helps on adding and format its contents.&lt;/p&gt;</description>
      <pubDate>Sat, 20 Oct 2012 04:21:00 UTC</pubDate>
      <guid>https://snipplr.com/view/67825/net--c--interop--excel---utilitywrapper-class</guid>
    </item>
    <item>
      <title>(Visual Basic) Return File Reference - sjmoorecouk</title>
      <link>https://snipplr.com/view/67230/return-file-reference</link>
      <description>&lt;p&gt;Used to invoke a GetSaveAsFileName dialogue box&lt;/p&gt;</description>
      <pubDate>Tue, 18 Sep 2012 23:01:12 UTC</pubDate>
      <guid>https://snipplr.com/view/67230/return-file-reference</guid>
    </item>
    <item>
      <title>(Other) Lookup Belgian provinces in Excel based on postal code - shahways</title>
      <link>https://snipplr.com/view/65291/lookup-belgian-provinces-in-excel-based-on-postal-code</link>
      <description>&lt;p&gt;Assuming that cell E15 contains a Belgina code consisting of four numbers&lt;/p&gt;</description>
      <pubDate>Thu, 31 May 2012 19:01:38 UTC</pubDate>
      <guid>https://snipplr.com/view/65291/lookup-belgian-provinces-in-excel-based-on-postal-code</guid>
    </item>
    <item>
      <title>(Visual Basic) Convert Excel plain text links to hyperlinks - kidmizere</title>
      <link>https://snipplr.com/view/63791/convert-excel-plain-text-links-to-hyperlinks</link>
      <description>&lt;p&gt;Save the following code as a macro and then apply it to the fields you want to convert&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 15:00:09 UTC</pubDate>
      <guid>https://snipplr.com/view/63791/convert-excel-plain-text-links-to-hyperlinks</guid>
    </item>
    <item>
      <title>(Visual Basic) Summary Numerical Count - sjmoorecouk</title>
      <link>https://snipplr.com/view/63381/summary-numerical-count</link>
      <description>&lt;p&gt;Counts numbers and places the result in row 1. To get this populated click an top row (any) cell and click Yes to the following dialogue box. Only uniquely counts number values, not text.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Feb 2012 03:36:19 UTC</pubDate>
      <guid>https://snipplr.com/view/63381/summary-numerical-count</guid>
    </item>
    <item>
      <title>(Visual Basic) Highlight every other row - kidmizere</title>
      <link>https://snipplr.com/view/63316/highlight-every-other-row</link>
      <description>&lt;p&gt;Awesome shortcut.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Feb 2012 06:48:58 UTC</pubDate>
      <guid>https://snipplr.com/view/63316/highlight-every-other-row</guid>
    </item>
    <item>
      <title>(Other) Excel Convert Epoch Time - silentpro</title>
      <link>https://snipplr.com/view/59568/excel-convert-epoch-time</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 09 Oct 2011 03:47:47 UTC</pubDate>
      <guid>https://snipplr.com/view/59568/excel-convert-epoch-time</guid>
    </item>
    <item>
      <title>(Other) Copy data from a column in a spreadsheet to a row in another spreadsheet - palimadra</title>
      <link>https://snipplr.com/view/59097/copy-data-from-a-column-in-a-spreadsheet-to-a-row-in-another-spreadsheet</link>
      <description>&lt;p&gt;In Excel, the Transpose function returns a transposed range of cells. For example, a horizontal range of cells is returned if a vertical range is entered as a parameter. Or a vertical range of cells is returned if a horizontal range of cells is entered as a parameter.&lt;/p&gt;</description>
      <pubDate>Mon, 26 Sep 2011 20:47:33 UTC</pubDate>
      <guid>https://snipplr.com/view/59097/copy-data-from-a-column-in-a-spreadsheet-to-a-row-in-another-spreadsheet</guid>
    </item>
    <item>
      <title>(Other) Count the amount of empty cells in a column in MS Excel spreadsheet - palimadra</title>
      <link>https://snipplr.com/view/59096/count-the-amount-of-empty-cells-in-a-column-in-ms-excel-spreadsheet</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 26 Sep 2011 20:45:50 UTC</pubDate>
      <guid>https://snipplr.com/view/59096/count-the-amount-of-empty-cells-in-a-column-in-ms-excel-spreadsheet</guid>
    </item>
    <item>
      <title>(PHP) PHP (Zend) to XLS Excel Spreadsheet - stur</title>
      <link>https://snipplr.com/view/57923/php-zend-to-xls-excel-spreadsheet</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 18 Aug 2011 01:38:47 UTC</pubDate>
      <guid>https://snipplr.com/view/57923/php-zend-to-xls-excel-spreadsheet</guid>
    </item>
    <item>
      <title>(Visual Basic) MS Excel: Remove all images - mikaelpelle</title>
      <link>https://snipplr.com/view/57677/ms-excel-remove-all-images</link>
      <description>&lt;p&gt;VBA script to remove all the images present in the active sheet of the Microsoft Excel spreadsheet.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Aug 2011 19:55:03 UTC</pubDate>
      <guid>https://snipplr.com/view/57677/ms-excel-remove-all-images</guid>
    </item>
    <item>
      <title>(PHP) Export UTF-8 data in excel with correct encoding - dsoms</title>
      <link>https://snipplr.com/view/56084/export-utf8-data-in-excel-with-correct-encoding</link>
      <description>&lt;p&gt;If you want to export some utf-8 data into csv/tsv that will be readable by excel with correct encoding you must add special non vissable characters at the begining of file&lt;/p&gt;</description>
      <pubDate>Mon, 04 Jul 2011 18:03:28 UTC</pubDate>
      <guid>https://snipplr.com/view/56084/export-utf8-data-in-excel-with-correct-encoding</guid>
    </item>
    <item>
      <title>(Visual Basic) VBA: Export excel range as image and save as file. - win4me</title>
      <link>https://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file</link>
      <description>&lt;p&gt;PROBLEM:&#13;
How to save Excel range into image file. VBA macro in Excel 2007.&#13;
&#13;
SOLUTION:&#13;
Create an empty chart, paste range image into chart area, and Export as image file.&#13;
&#13;
Modify code to suite to your needs.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jun 2011 06:36:10 UTC</pubDate>
      <guid>https://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file</guid>
    </item>
    <item>
      <title>(Visual Basic) Create a Toolbar in excel - Maikel</title>
      <link>https://snipplr.com/view/54492/create-a-toolbar-in-excel</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 27 May 2011 18:43:05 UTC</pubDate>
      <guid>https://snipplr.com/view/54492/create-a-toolbar-in-excel</guid>
    </item>
    <item>
      <title>(Other) MS Excel: Group by SUM in Excel - hairajeshk</title>
      <link>https://snipplr.com/view/53019/ms-excel-group-by-sum-in-excel</link>
      <description>&lt;p&gt;http://p2p.wrox.com/excel-vba/65142-sum-group-values-based-cell-criteria.html&lt;/p&gt;</description>
      <pubDate>Thu, 05 May 2011 01:59:50 UTC</pubDate>
      <guid>https://snipplr.com/view/53019/ms-excel-group-by-sum-in-excel</guid>
    </item>
  </channel>
</rss>
