developerFusion vba
Related vba articles & tutorials
-
Understanding Open XML
by Matt Nicholson
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.
-
Inside Open XML
by Matt Nicholson
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.
-
OpenXML - Open for business
by Matt Nicholson
The new file format introduced with the 2007 Microsoft Office System opens up many business opportunities. Matt Nicholson finds out who is doing what.
Related vba discussion
-
Outlook VBA query
Yesterday by James Crowley (1 replies)
-
problem with a progressbar : it dispears in San Antonio
14 days ago by Uncle (1 replies)
-
Access, Calender dates, Strings and SQL
19 days ago by Uncle (1 replies)
-
EXCEL VBA help
29 days ago by Havier (0 replies)
-
Excel: Change cell colour if contents different from previous cell
1 month ago by hesam.shini (2 replies)
-
exe of a macro
1 month ago by incidentals (1 replies)
Related vba code samples
-
Storing Documents with MS Access - SharePoint lists or Access BLOB fields
by Sean Brady
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).
-
Working with Excel Files Using VB6
by Adil Hussain Raza
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!
-
Converting an Excel file to Tab Delimited Format
by Vipin Mohandas
Demonstrates how to use the Excel object model to load an excel file and convert it to tab delimited format.
Related book
-
Beginning Access 97 VBA Programming
Learn how to take advantage of VBA in Access 97. Lots of clear samples and realistic examples teach users how to optimize their database to improve performance. "Beginning Access 97 VBA Programming......