https://www.developerfusion.com/t/vba/code/ VBA Sample code from Developer Fusion 2006-05-03T20:01:00.00Z http://www.developerfusion.com/code/5658/storing-documents-with-ms-access-sharepoint-lists-or-access-blob-fields/ Storing Documents with MS Access - SharePoint lists or Access BLOB fields 2006-05-03T20:01:00.00Z This is an Access 2003 project file that demonstrates how to do a few cool things with documents. You can grab the project file (zipped) from here: http://www.guardianbob.com/support/public_files/DocumentStorageTest.zip This project will show you how to store and retrieve documents from both an Access table with a BLOB field as well as a SharePoint list (via linked tables and the list web service). Sean Brady http://www.developerfusion.com/code/5322/working-with-excel-files-using-vb6/ Working with Excel Files Using VB6 2006-02-01T00:49:00.00Z This code snippet demonstrates how to open, read and write to excel files. The concept is very simple. Totally aimed at beginners and well commented! Adil Hussain Raza http://www.developerfusion.com/code/4405/converting-an-excel-file-to-tab-delimited-format/ Converting an Excel file to Tab Delimited Format 2004-02-07T18:13:00.00Z Demonstrates how to use the Excel object model to load an excel file and convert it to tab delimited format. Vipin Mohandas http://www.developerfusion.com/code/4252/a-better-rounding-function/ A better rounding function 2004-01-02T06:05:00.00Z VB's built in round function will round numbers like 12.085 down to 12.08. This is not correct in all cases as this number should be rounded up to 12.09. This round function allows for this. Luke Lesurf http://www.developerfusion.com/code/2656/form-filter-example/ Form filter example 2002-09-11T04:51:00.00Z An example of filtering the data displayed in Microsoft Access Forms using VBA. Thamar http://www.developerfusion.com/code/2607/excel-worksheet-searchfind-function/ Excel worksheet search/find function 2002-06-28T10:48:00.00Z Having problems with finding the right worksheet? This code makes it easier find what you are looking for. The search criteria is the worksheet names that is put into a combobox automatically. when clicking on the name or writing it, the worksheet with that name appears. Per A. Bergersen http://www.developerfusion.com/code/2177/formatting-text-received-in-email/ Formatting text received in E-Mail 2002-04-01T01:43:00.00Z All of us have received at sometime jokes or nice texts by E-Mail. Sadly, they're usualy plagued with starting '>' characters, split sentences, etc... This macro will alloy you to get a more proper text automatically. Carlos Ivan Conde Martin http://www.developerfusion.com/code/2185/excel-inside-mdi/ Excel inside MDI 2002-03-29T19:34:00.00Z Ever wanted to have an instance of Excel appear inside yout MDI app? Here you go nzjonboy http://www.developerfusion.com/code/2095/excel-coloured-cursor/ Excel Coloured Cursor 2002-03-13T08:40:00.00Z Create a coloured cursor on an Excel Worksheet - enabling you to see where you are in large lists of data. gravitycure http://www.developerfusion.com/code/2127/browse-for-folder-vba/ Browse For Folder VBA 2002-03-13T08:38:00.00Z Demonstrates how to display a Browser For Folder dialog. Please note that this source sample is for VBA only. Not VB. Mike J http://www.developerfusion.com/code/2028/orbit-copybookmanager/ ORBIT CopyBook-manager 2002-03-09T10:40:00.00Z Takes a COBOL copybook and calculates Length & Startposition for each field. obetgen http://www.developerfusion.com/code/2027/orbit-filemanager/ ORBIT FileManager 2002-03-09T10:39:00.00Z MSAccess application which lets you move, copy, delete and rename files. obetgen http://www.developerfusion.com/code/1999/make-cells-bold-using-criteria/ Make cells bold using criteria 2002-02-26T15:55:00.00Z Looks through a range of data on an Excel worksheet. Finds a criteria and makes the cells to the right 'Bold' Neil Derek http://www.developerfusion.com/code/1997/increment-cell-value/ Increment Cell Value 2002-02-23T12:27:00.00Z Increments a number on an Excel spreadsheet Neil Derek http://www.developerfusion.com/code/1996/delete-selected-files/ Delete Selected Files 2002-02-22T09:08:00.00Z Deletes selected Excel files from a batch. Neil Derek http://www.developerfusion.com/code/1998/adding-a-find-button-to-an-excel-worksheet/ Adding a Find Button to an Excel Worksheet 2002-01-08T15:18:00.00Z Place a 'Find' button on an Excel Worksheet, which finds the text in a given text box. gravitycure http://www.developerfusion.com/code/1925/check-for-activeconnection-via-wininet/ Check for 'ActiveConnection' via WinInet 2001-11-30T01:01:00.00Z Last submission I showed you how to connect to your EU's ISP or DUN, now this bit of code will show you how to detect an active connection using the WinInet API. Thushan Fernando http://www.developerfusion.com/code/1897/reading-text-file-and-export-to-excel/ Reading Text File and Export To Excel 2001-11-16T11:17:00.00Z How to read a text file, and then export it to Microsoft Excel gigsv00 http://www.developerfusion.com/code/1669/clearing-tables-in-access/ Clearing tables in Access 2001-09-29T13:45:00.00Z How to erase the contents of a table in Access Thamar http://www.developerfusion.com/code/111/parameters-in-a-dao-parameter-query/ Parameters in a DAO parameter query 2001-07-14T14:48:00.00Z Entering parameters into a DAO parameter query ElementK Journals