Articles related to "Vba"Using VBA with Office tools, theory of VB and VBA, and an up to date list of resources available on Suite 101.
Programmers can quickly automate Microsoft office applications by using VBA, and when combined with VBScript they have a very powerful tool at their disposal.
This article covers a useful technique for changing cell properties in a range based on the contents of each cell.
MIcrosoft Word is used throughout the would in thousands of offices to produce millions of reports - many of which can be automating using VBA and VBScript
This article explains how VBA and macros can be used in Microsoft Word to add, modify, and format text.
Decision based calculations are often at the core of many programming tasks. Combining Excel and Visual Basic for Applications can help to build efficient solutions.
How to use the FIND and MID functions provided by VBA to split text up into pieces for processing by Visual Basic macros using Excel sheets as an example.
Copying and pasting a few program steps into an Access 2007 report and previewing, generates the self-similar Sierpinski fractal. Then it's a simple matter to experiment.
Some examples of the conditional sum algorithm that can be used by those with a little programming background
This Excel VBA programming tutorial article takes the reader through three ways to loop through cell ranges. It covers counted, uncounted and user defined loops.
One function missing from Excel's built-in library is a method to convert text into sentence case. This article contains a simple VBA function for this purpose.
An industry application written in Access 2007 is presented for inspection to learn how applications can be made more professional, using macros and VBA programming.
Excel macros provide an easy method of avoiding repetitive tasks. The built in recording feature enables users to create macros with no prior VBA programming knowledge.
The user interface may contain many object types (text boxes, labels, etc.). Interaction is achieved when objects respond to user events, which then activate programs.
Excel's concatenate function is useful for joining cells. However, it can be time consuming and laborious if joining numerous cells or when joining cells and a delimiter.
This article explains why BBC BASIC is a good learning language, which BBC BASIC to choose, programming, and a starter set of links to programming articles.
Macros are available across the full range of MS Office 2007 products. Described are ease of learning, writing and running macros, and security risks.
HHW is a free documentation project for producing an external Help module, which can be called from the main program application or from any MS Office product.
This tutorial shows how to do one of the most important things that an OpenOffice Calc macro must do - reading from (and writing to) cells.
This Excel / Calc formula tutorial article is designed to help spreadsheet users create formulas to count words in cells, or characters in cells, without using macros.
Thousands of older individuals, throughout America, have had dramatic life changes due to unemployment. Knowledge is the tool they require.
|