https://www.developerfusion.com/t/vba/ Latest VBA developer content from Developer Fusion 2011-03-08T22:42:16.00Z http://www.developerfusion.com/book/90951/excel-2010-the-missing-manual/ Excel 2010: The Missing Manual 2011-03-08T22:42:16.00Z Excel, the world's most popular spreadsheet program, has the muscle to analyze heaps of data. Beyond basic number-crunching, Excel 2010 has many impressive features that are hard to find, much less master -- especially from online help pages. This Missing Manual clearly explains how everything works with a unique and witty style to help you learn quickly. *Navigate with ease. Master Excel's tabbed toolbar and its new backstage view *Perform a variety of calculations. Matthew MacDonald http://www.developerfusion.com/news/114720/office-2010-and-companions-reach-public-beta/ Office 2010 and companions reach public beta 2011-03-08T22:42:08.00Z Office 2010, SharePoint Server 2010, Visio 2010, Project 2010, Office Mobile 2010 and Office Web Apps for business customers have all been released as public betas. Mike James http://www.developerfusion.com/book/77714/autocad-2010-and-autocad-lt-2010-bible/ AutoCAD 2010 and AutoCAD LT 2010 Bible 2011-02-22T11:44:47.00Z 10th anniversary edition of the bestselling AutoCAD BibleEven AutoCAD developers turn to this book for answers!Find out what fans of all the previous bestselling editions of this book already know: this is the top all-in-one guide to everything you need to master AutoCAD. Whether you're a novice looking to start with the basics and progress to programming, or an AutoCAD veteran exploring what's new or seeking a quick refresher, every feature is covered. Ellen Finkelstein http://www.developerfusion.com/article/7573/openxml-open-for-business/ OpenXML - Open for business 2011-02-09T18:18:45.00Z The new file format introduced with the 2007 Microsoft Office System opens up many business opportunities. Matt Nicholson finds out who is doing what. Matt Nicholson http://www.developerfusion.com/article/7571/inside-open-xml/ Inside Open XML 2011-02-09T18:18:45.00Z As Matt Nicholson explains, Open XML is not just a new file format for the latest version of Microsoft Office, but an open standard capable of expressing any Word, Excel or PowerPoint document. Matt Nicholson http://www.developerfusion.com/article/7570/understanding-open-xml/ Understanding Open XML 2011-02-09T18:18:45.00Z Matt Nicholson introduces a range of articles covering the new Ecma Office Open XML standard, as supported by 2007 Microsoft Office system. Find out how Open XML works, how to use it and what you can do with it. Matt Nicholson http://www.developerfusion.com/article/6170/read-and-write-open-xml-files-ms-office-2007/ Read and write Open XML files (MS Office 2007) 2011-02-09T18:11:48.00Z Learn how to read and write Open XML files in the new Microsoft Office 2007, with a particular examination of the Excel file format. Zeljko Svedic 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 2011-02-09T18:11:47.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 2011-02-09T18:11:46.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 2011-02-09T18:11:45.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 2011-02-09T18:11:44.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 2011-02-09T18:11:43.00Z An example of filtering the data displayed in Microsoft Access Forms using VBA. Thamar http://www.developerfusion.com/article/2657/manipulate-coreldraw-layers/ Manipulate CorelDraw layers 2011-02-09T18:11:43.00Z Manipulate CorelDraw! layers using VBA Thamar http://www.developerfusion.com/code/2607/excel-worksheet-searchfind-function/ Excel worksheet search/find function 2011-02-09T18:11:43.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 2011-02-09T18:11:42.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 2011-02-09T18:11:42.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 2011-02-09T18:11:42.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/2028/orbit-copybookmanager/ ORBIT CopyBook-manager 2011-02-09T18:11:42.00Z Takes a COBOL copybook and calculates Length & Startposition for each field. obetgen http://www.developerfusion.com/code/1999/make-cells-bold-using-criteria/ Make cells bold using criteria 2011-02-09T18:11:42.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 2011-02-09T18:11:41.00Z Increments a number on an Excel spreadsheet Neil Derek