﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>MS Access and VBA</title>
    <description>Code snippets for Microsoft Access and Visual Basic for Applications.</description>
    <link>http://www.extramiledata.com/SnippetsTips/tabid/87/BlogId/4/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>support@extramiledata.com</managingEditor>
    <webMaster>support@extramiledata.com</webMaster>
    <pubDate>Mon, 06 Feb 2012 09:09:12 GMT</pubDate>
    <lastBuildDate>Mon, 06 Feb 2012 09:09:12 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.1.19887</generator>
    <item>
      <title>How to use VBA to minimize the Office 2007 Ribbon</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;If you've ever wished you could keep the Office Ribbon, but automatically minimize it to conserve space, this VBA function is for you.  The same technique works for Microsoft Access, Microsoft Word, etc.&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/25/How-to-use-VBA-to-minimize-the-Office-2007-Ribbon.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/25/How-to-use-VBA-to-minimize-the-Office-2007-Ribbon.aspx</link>
      <author>support@extramiledata.com</author>
      <comments>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/25/How-to-use-VBA-to-minimize-the-Office-2007-Ribbon.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/25/How-to-use-VBA-to-minimize-the-Office-2007-Ribbon.aspx</guid>
      <pubDate>Fri, 27 Nov 2009 20:27:00 GMT</pubDate>
      <slash:comments>4</slash:comments>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=25</trackback:ping>
    </item>
    <item>
      <title>Use VBA to get the maximum lengths of values in a MS Access table</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;If you've ever imported a text file or a Microsoft Excel worksheet into Microsoft Access, you have seen how Access defaults the text field lengths to 255 characters.  This VBA function will display the maximum length of the values currently in each field of a table so that you can decide how to correctly set the field lengths.  It also shows the data type of each field.&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/24/Use-VBA-to-get-the-maximum-lengths-of-values-in-a-MS-Access-table.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/24/Use-VBA-to-get-the-maximum-lengths-of-values-in-a-MS-Access-table.aspx</link>
      <author>support@extramiledata.com</author>
      <comments>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/24/Use-VBA-to-get-the-maximum-lengths-of-values-in-a-MS-Access-table.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/24/Use-VBA-to-get-the-maximum-lengths-of-values-in-a-MS-Access-table.aspx</guid>
      <pubDate>Fri, 27 Nov 2009 17:40:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=24</trackback:ping>
    </item>
    <item>
      <title>Put your MS Access database on autopilot</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;This example shows how to use a command line switch and a scheduled task to start a Microsoft Access application unattended and run some logic automatically.&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/23/Put-your-MS-Access-database-on-autopilot.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/23/Put-your-MS-Access-database-on-autopilot.aspx</link>
      <author>support@extramiledata.com</author>
      <comments>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/23/Put-your-MS-Access-database-on-autopilot.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/23/Put-your-MS-Access-database-on-autopilot.aspx</guid>
      <pubDate>Tue, 06 Oct 2009 17:48:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=23</trackback:ping>
    </item>
    <item>
      <title>Remove replication from a MS Access database</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;This VBA function copies or imports all the objects and database startup properties from a Microsoft Access replicated database into an un-replicated database.  It removes tablename_Conflict tables and removes replication-related fields like s_GUID, etc.&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/22/Remove-replication-from-a-MS-Access-database.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/22/Remove-replication-from-a-MS-Access-database.aspx</link>
      <author>support@extramiledata.com</author>
      <comments>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/22/Remove-replication-from-a-MS-Access-database.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/22/Remove-replication-from-a-MS-Access-database.aspx</guid>
      <pubDate>Tue, 04 Aug 2009 21:04:00 GMT</pubDate>
      <slash:comments>6</slash:comments>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=22</trackback:ping>
    </item>
    <item>
      <title>Use VBA to copy MS Access PivotTable values to the clipboard</title>
      <description>&lt;p&gt;This function uses a combination of Microsoft Access, VBA, and Microsoft Excel to transfer the values from an Access form in PivotTable view to the clipboard.  It is a good example of automation using late binding.&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/21/Use-VBA-to-copy-MS-Access-PivotTable-values-to-the-clipboard.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/21/Use-VBA-to-copy-MS-Access-PivotTable-values-to-the-clipboard.aspx</link>
      <author>support@extramiledata.com</author>
      <comments>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/21/Use-VBA-to-copy-MS-Access-PivotTable-values-to-the-clipboard.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/21/Use-VBA-to-copy-MS-Access-PivotTable-values-to-the-clipboard.aspx</guid>
      <pubDate>Tue, 07 Jul 2009 17:21:00 GMT</pubDate>
      <slash:comments>4</slash:comments>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=21</trackback:ping>
    </item>
    <item>
      <title>Find duplicates in a VBA array</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;This VBA function looks for duplicate values in an array.  If it finds some, it produces a list of the duplicated values.  It is a good example of how to loop through an array.&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/19/Find-duplicates-in-a-VBA-array.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/19/Find-duplicates-in-a-VBA-array.aspx</link>
      <author>support@extramiledata.com</author>
      <comments>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/19/Find-duplicates-in-a-VBA-array.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/19/Find-duplicates-in-a-VBA-array.aspx</guid>
      <pubDate>Wed, 17 Jun 2009 22:04:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=19</trackback:ping>
    </item>
    <item>
      <title>Use a VBA function to open/get a Microsoft Word document and Find a string</title>
      <description>&lt;div&gt;&lt;font size="2"&gt;This VBA function opens/gets a MS Word document and finds the next occurrence of a specific string. The function provides a good example of using late binding automation and the AppActivate() function.&lt;/font&gt;&lt;/div&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/18/Use-a-VBA-function-to-open-get-a-Microsoft-Word-document-and-Find-a-string.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/18/Use-a-VBA-function-to-open-get-a-Microsoft-Word-document-and-Find-a-string.aspx</link>
      <author>support@extramiledata.com</author>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/18/Use-a-VBA-function-to-open-get-a-Microsoft-Word-document-and-Find-a-string.aspx</guid>
      <pubDate>Fri, 12 Jun 2009 21:07:00 GMT</pubDate>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=18</trackback:ping>
    </item>
    <item>
      <title>Using VBA to fill and manage a Microsoft Access list box</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;This set of VBA functions and MS Access example show how to use code to fill a list box, clear a list box, and retrieve selected items from a list box.&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/17/Using-VBA-to-fill-and-manage-a-Microsoft-Access-list-box.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/17/Using-VBA-to-fill-and-manage-a-Microsoft-Access-list-box.aspx</link>
      <author>support@extramiledata.com</author>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/17/Using-VBA-to-fill-and-manage-a-Microsoft-Access-list-box.aspx</guid>
      <pubDate>Wed, 03 Jun 2009 14:46:00 GMT</pubDate>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=17</trackback:ping>
    </item>
    <item>
      <title>Get an age in weeks using VBA</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;This VBA function returns the number of weeks that one date is away from another, in whole weeks. For example, any date in the third week from the starting date will return a value of 3.&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/15/Get-an-age-in-weeks-using-VBA.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/15/Get-an-age-in-weeks-using-VBA.aspx</link>
      <author>support@extramiledata.com</author>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/15/Get-an-age-in-weeks-using-VBA.aspx</guid>
      <pubDate>Mon, 18 May 2009 14:38:00 GMT</pubDate>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=15</trackback:ping>
    </item>
    <item>
      <title>Generate a random set of characters using VBA function Rnd()</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;This VBA function uses the Randomize() and Rnd() functions to generate a random string of characters with a specific length.  The included Microsoft Access example applies the function to a simple form that can be used to create a password.&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/14/Generate-a-random-set-of-characters-using-VBA-function-Rnd.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/14/Generate-a-random-set-of-characters-using-VBA-function-Rnd.aspx</link>
      <author>support@extramiledata.com</author>
      <guid isPermaLink="true">http://www.extramiledata.com/SnippetsTips/tabid/87/EntryId/14/Generate-a-random-set-of-characters-using-VBA-function-Rnd.aspx</guid>
      <pubDate>Fri, 15 May 2009 14:12:00 GMT</pubDate>
      <trackback:ping>http://www.extramiledata.com/DesktopModules/Blog/Trackback.aspx?id=14</trackback:ping>
    </item>
  </channel>
</rss>
