Table of Contents. Part I Introduction 3 Part II Installation 3. Part III How to Distribute It? 3 Part IV Office 2007 &

Size: px
Start display at page:

Download "Table of Contents. Part I Introduction 3 Part II Installation 3. Part III How to Distribute It? 3 Part IV Office 2007 &"

Transcription

1 Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II Installation 3 1 Trial Version Full Version... 3 Part III How to Distribute It? 3 Part IV Office 2007 & Word... 4 Run Setup... 4 Create Single Barcode... 5 Create Multiple... Barcodes 6 Mail Merge Excel Change Settings Create Multiple... Barcodes 16 3 Access Part V Office 2000 & Word Run Setup Create Single... Barcode 23 Create Multiple... Barcodes 23 Mail Merge Excel Change Settings Create Multiple... Barcodes 28 3 Access Part VI Reference Guide 32 1 Properties BackColor Property BarColor Property BorderStyle Property CorrectionLevel... Property 32 Data Property HandleTilde Property ImageData Property Mode Property ModuleSize Property Orientation Property PreferredFormat... Property 35 1

2 2 MW6 Aztec ActiveX Manual 2 Methods CopyToClipboard... Method 36 GetActualRC Method GetActualSize... Method 37 GetPatternData... Method 37 Render Method SaveAsBMP Method SaveAsWMF Method SetSize Method SetStructuredAppend... Method 40 Part VII License 40 Index 0

3 Introduction 3 1 Introduction MW6 Aztec ActiveX is a powerful ATL-based control for handling Aztec 2D barcode and can be used in any ActiveX-compliant environment such as Word, Access, Excel, VB.NET, C#.NET, Visual Basic, Visual C++, Visual FoxPro, Delphi or C++ Builder. Aztec is designed to pack a lot of information in a very small space, it is capable of encoding 1914 bytes, 3067 alphanumeric characters, or 3832 numeric digits. 2 Installation 2.1 Trial Version 1. UnZip MW6Aztec.ZIP, run the setup.exe to install Aztec ActiveX. 2. The trial version Aztec ActiveX appends "MW6 Demo" to the string encoded with Aztec barcode. 2.2 Full Version 1. Uninstall the trial version Aztec ActiveX if applicable. 2. UnZip full version Aztec ActiveX.zip file and run the setup.exe to install the full version Aztec ActiveX. 3 How to Distribute It? If you want to redistribute the Aztec ActiveX as part of your application, please follow the instructions below: 1) For 32-bit version Windows OS, put Aztec.dll into the windows 32-bit system folder (e.g. "c:\windows \system32" or "c:\winnt\system32") on the target machine and run "regsvr32 Aztec.dll" to register it. 2) For 64-bit version Windows OS, put Aztec.dll into the SysWOW64 folder (e.g. "c:\windows \SysWOW64") on the target machine, and run the following commands to register it: cd c:\windows\syswow64 regsvr32 Aztec.dll 3) If you want to use Aztec ActiveX in 64-bit version Office Word, Excel or Access, put 64-bit version Aztec_x64.dll into "c:\windows\system32" folder, and run the following commands to register it: cd c:\windows\system32 regsvr32 Aztec_x64.dll 4) For Windows Vista or above, you need to use an elevated Command Prompt to run regsvr32.exe command, click "Start" > "All Programs" > "Accessories", right-click "Command Prompt", and then click "Run as administrator".

4 4 MW6 Aztec ActiveX Manual 4 Office 2007 & Word Run Setup 1. Click on "Add-Ins", then click on "Setup". 2. Choose a few appropriate values for Aztec configurations, click on "Apply" button to allow the changes to take effect.

5 Office 2007 & Create Single Barcode 1. Enter a few strings line by line and highlight them. 2. Click on "Page Layout", change Spacing "Before" and "After" to Click on "Add-Ins", the click on "Convert Selection" to create an Aztec barcode.

6 6 MW6 Aztec ActiveX Manual Create Multiple Barcodes 1. Enter a few string sections, surround those sections which will be converted to Aztec barcodes with the "<" and ">" characters.

7 Office 2007 & Click on "Page Layout", change Spacing "Before" and "After" to Click on "Add-Ins", then click on "Convert All" to create Aztec barcodes for the string sections surrounded with the "<" and ">" characters.

8 8 MW6 Aztec ActiveX Manual Mail Merge 1. Click on "Mailings", then click on "Start Mail Merge". A drop-down list appears as shown below, select the last option "Step by Step Mail Merge Wizard".

9 Office 2007 & Select a document type and click on "Next: Starting document". 3. Click on "Start from a template", then click on the link "Select template", choose a template, click on "Next: Select recipients".

10 10 MW6 Aztec ActiveX Manual 4. Select "Use an existing list" and click on "Browser" link, choose "MW6_Aztec_ActiveX.accdb" database as an existing list, click "Next: Write your letter". 5. Surround the section which will be converted to Aztec barcode with the "<" and ">" characters and highlight it.

11 Office 2007 & Click on "Page Layout", change Spacing "Before" and "After" to Click on "Next: Preview your letters", then click on "Next: Complete the merge".

12 12 MW6 Aztec ActiveX Manual 8. Click on "Edit individual letters", this opens "Merge to New Document" dialog, click on "All" and then click on "OK" button. 9. Click on "Add-Ins", then click on "Convert All" to create Aztec barcodes.

13 Office 2007 & Excel Change Settings 1. In Excel, open MW6_Aztec_ActiveX.xlsm. 2. If you see "Security Warning, Macros have been disabled", click on "Options" to open "Microsoft Office Security Options" dialog, toggle on "Enable this content" check box.

14 14 MW6 Aztec ActiveX Manual 3. Click on "Developers" > "Macros", select "MW6_Aztec_ActiveX_Setup".

15 4. Click on "Run". Office 2007 &

16 16 MW6 Aztec ActiveX Manual 5. Choose a few appropriate values for Aztec configurations, click on "Apply" button to allow the changes to take effect, "Column Offset" and "Row Offset" are used to specify Aztec barcode position relative to the position of the cell which contains the regular string Create Multiple Barcodes 1. Select a few cells. 2. Click on "Developers" > "Macros", select "MW6_Aztec_ActiveX_ConvertSelection".

17 3. Click on "Run" to create Aztec barcodes for the selected cells. Office 2007 &

18 18 MW6 Aztec ActiveX Manual 4.3 Access 1. Open MW6_Aztec_ActiveX.accdb, select "Sample Aztec ActiveX Report". 2. If you see "Security Warning, Certain content in the database has been disabled", click on "Options" to open "Microsoft Office Security Options" dialog, toggle on "Enable this content" check box. 3. Click on "Design View", click on "Insert ActiveX Control ", choose "MW6Actec Class" to insert it into the report.

19 Office 2007 & Change its properties to meet your application requirements, our Aztec ActiveX supports the data binding so you can bind a field in a database to the control and generate Aztec barcodes for each data record automatically, there's an arrow on the right side of the "Control Source" property, click on the arrow, a list opens with all the fields, select the field you want for the control.

20 20 MW6 Aztec ActiveX Manual 5. If you do not want to use the data binding feature, you can customize "Private Sub Detail_Format (Cancel As Integer, FormatCount As Integer)" to create Aztec barcodes dynamically. 6. Click on "Preview" to view Aztec barcodes.

21 Office 2007 & Office 2000 & Word Run Setup 1. Open up Word, click on "Setup". If you keep getting the error message "The macro cannot be found or has been disabled because of...", download Office 2000 or 2003 Service Pack 3 from Microsoft website and install it to fix this issue. Or simply click "Tools" > "Macro" > "Macros", select "MW6_Aztec_ActiveX_Setup" and run it.

22 22 MW6 Aztec ActiveX Manual 2. Choose appropriate values for Aztec configurations, click on "Apply" button to allow the changes to take effect.

23 Office 2000 & Create Single Barcode 1. Enter a few strings line by line and highlight them. 2. Click on "Convert Selection" to create an Aztec barcode Create Multiple Barcodes 1. Enter a few string sections, surround those sections which will be converted to Aztec barcodes with the "<" and ">" characters.

24 24 MW6 Aztec ActiveX Manual 2. Click on "Convert All" to create Aztec barcodes for the string sections surrounded with "<" and ">" characters.

25 Office 2000 & Mail Merge 1. In Mail Merge, choose MW6_Aztec_ActiveX.mdb as the data source, surround the string sections which will be converted to Aztec barcode with the "<" and ">" characters. 2. Click on "Merge..."

26 26 MW6 Aztec ActiveX Manual 3. Click on "Convert All" to create Aztec barcodes for the string sections surrounded with the "<" and ">" characters. 5.2 Excel Change Settings 1. In Excel, open MW6_Aztec_ActiveX.XLS. 2. Click on "Tools" > "Macro" > "Macros", select "MW6_Aztec_ActiveX_Setup". 3. Click on "Run".

27 Office 2000 & Choose appropriate values for Aztec configurations, click on "Apply" button to allow the changes to take effect, "Column Offset" and "Row Offset" are used to specify Aztec barcode position relative to the position of the cell which contains the regular string.

28 28 MW6 Aztec ActiveX Manual Create Multiple Barcodes 1. Select a few cells. 2. Click on "Tools" > "Macro" > "Macros", select "MW6_Aztec_ActiveX_ConvertSelection". 3. Click on "Run" to create Aztec barcodes for the selected cells.

29 Office 2000 &

30 30 MW6 Aztec ActiveX Manual 5.3 Access 1. Open MW6_Aztec_ActiveX.mdb, select "Sample Aztec ActiveX Report". 2. Click on "Design", insert MW6 Aztec ActiveX control into the report. 3. Change its properties to meet your application requirements, our Aztec ActiveX supports the data binding so you can bind a field in a database to the control and generate Aztec barcodes for each data record automatically, there's an arrow on the right side of the "Control Source" property, click on the arrow, a list opens with all the fields, select the field you want for the control.

31 Office 2000 & If you do not want to use the data binding feature, you can customize "Private Sub Detail_Print (Cancel As Integer, PrintCount As Integer)" to create Aztec barcodes dynamically. 4. Click on "Preview" to view Aztec barcodes.

32 32 MW6 Aztec ActiveX Manual 6 Reference Guide 6.1 Properties BackColor Property Gets or sets the background color of the Aztec barcode. Property Data Type OLE_COLOR Remarks The default value is white color BarColor Property Gets or sets the color of the Aztec barcode and text. Property Data Type OLE_COLOR Remarks The default value is black color BorderStyle Property Gets or sets the style of the border rectangle. Property Data Type short Remarks The default value is 0, this property can be one of the following values: Value Description 0 No Border 1 Dash Border 2 Solid Border CorrectionLevel Property Gets or sets the percentage of errors which can be recovered.

33 Reference Guide 33 Property Data Type short Remarks The recommended value is 23 percent, the valid value should be between 5 percent and 95 percent Data Property Gets or sets the message to encode with Aztec barcode ActiveX. Property Data Type BSTR Remarks The default value is "12" HandleTilde Property Gets or sets a boolean flag indicating whether to process the tilde character "~" or not. Property Data Type VARIANT_BOOL Remarks If this property is set to TRUE, non-printable characters can be passed to Aztec ActiveX by using the tilde character, "~dnnn" represents the ASCII character encoded by the 3 digits NNN, for example, "~d010" represents the character LF (line feed) ImageData Property Gets WMF format data stream of the Aztec barcode. Property Data Type IPictureDisp* Mode Property Gets or sets the encoding mode of the Aztec barcode. Property Data Type short

34 34 MW6 Aztec ActiveX Manual Remarks This parameter can be one of the following values: Value Description 0 Auto mode for mainly encoding ASCII characters (0-127) 1 Binary mode for mainly encoding bytes of data ModuleSize Property Gets or sets the size (width/height) of the square-shaped module. Property Data Type float Remarks The default value is 0.07, internally our Aztec ActiveX control converts the module size from centimeters to pixels based on the device resolution, round up or round down float pixel value to the nearest integer. The centimeter to pixel conversion formula is : size_in_pixels = size_in_centimeters * device_resolution / 2.54 For example, if you render barcode on computer screen and the screen resolution is 96dpi. (1) Set ModuleSize property to 0.04, size_in_pixels = 0.04 * 96 / 2.54 = , round up to 2, so actual module size is 2 pixels. (2) Set ModuleSize property to 0.06, size_in_pixels = 0.06 * 96 / 2.54 = , round down to 2, so actual module size is 2 pixels. (3) Set ModuleSize property to 0.07, size_in_pixels = 0.07 * 96 / 2.54 = , round up to 3, so actual module size is 3 pixels. Different ModuleSize property values might end up with same module size in pixels due to performing rounding operations Orientation Property Gets or sets the orientation of the Aztec barcode. Property Data Type short Remarks The default value is 0, this property can be one of the following values:

35 Reference Guide 35 Value Description 0 0 degree 1 90 degrees degrees degrees PreferredFormat Property Gets or sets the format of the Aztec barcode. Property Data Type short Remarks The default value is 0, this property can be one of the following values. Value Description Capacity (in digits) Capacity (in alphanumeric characters) Capacity (in bytes) 0 Auto format 1 15 X 15 compact format X X 19 compact format X X 23 compact format X X 27 compact format X X X X X X X X X X X X X X X X X X X X X X X X X

36 36 MW6 Aztec ActiveX Manual X X X X If you set PreferredFormat to 0 (Auto format), our Aztec ActiveX control will automatically choose an appropriate format with enough data capacity to encode the string. If you set PreferredFormat to other values and the data capacity of the selected format is not big enough to encode the string, our Aztec ActiveX control will also automatically choose an appropriate format with bigger data capacity to encode the string. 6.2 Methods CopyToClipboard Method Copies the Aztec barcode image into the system clipboard. void CopyToClipboard(); Remarks Before you call this method, use GetActualSize() method to obtain the actual size of the Aztec barcode and use SetSize() method to set image size by adding surrounding white space around the Aztec barcode. See Also GetActualSize() Method SetSize() Method GetActualRC Method Gets the actual numbers of rows and columns for the Aztec barcode. void GetActualRC(short *ActualRows, short *ActualCols); Parameters ActualRows A pointer to the variable that receives the final number of rows for the Aztec barcode. ActualCols A pointer to the variable that receives the final number of columns for the Aztec barcode. Remarks If you set PreferredFormat to 0 (Auto format), Aztec ActiveX control will automatically choose an appropriate format with enough data capacity to encode the string, use this method to retrieve the information about the final numbers of rows and columns.

37 Reference Guide 37 If you set PreferredFormat to other values and the data capacity of the selected format is not big enough to encode the string, Aztec ActiveX control will also automatically choose an appropriate format with bigger data capacity to encode the string, so the final numbers of rows and columns might not be equal to the numbers of rows and columns specified by the PreferredFormat property GetActualSize Method Gets the actual size of the Aztec barcode which is rendered onto either computer screen or other devices such as printers. void GetActualSize(VARIANT_BOOL ScreenIsTarget, long TargetHDC, long *ActualWidth, long *ActualHeight); Parameters ScreenIsTarget Indicates whether barcode is rendered onto computer screen or not. TargetHDC Device context on which to render the Aztec barcode, if the parameter ScreenIsTarget is set to TRUE, set this parameter to NULL. ActualWidth A pointer to the variable that receives the width of the Aztec barcode (in pixels). ActualHeight A pointer to the variable that receives the height of the Aztec barcode (in pixels) GetPatternData Method Gets the Aztec barcode pattern matrix data. void GetPatternData(short *Buffer, long *Size, short *Rows, short *Columns, VARIANT_BOOL *Result); Parameters Buffer Size Pointer to a buffer that receives the character stream ('1's and '0's) storing the Aztec barcode pattern matrix data row by row from the top left matrix corner, '1' indicates the black module and '0' indicates the white module. If the method fails and the variable pointed to by Size returns the required buffer size, in 16-bit integers. [in/out] On input, specifies the size, in 16-bit integers, of the Buffer. On output, receives the size, in 16-bit integers, of the Aztec barcode pattern matrix ('1's and '0's).

38 38 MW6 Aztec ActiveX Manual Rows Columns Result A pointer to the variable that receives the number of the rows for the pattern matrix. A pointer to the variable that receives the number of the columns for the pattern matrix.. If the method succeeds, the value of the variable pointed to by Result is VARIANT_TRUE, otherwise the value is VARIANT_FALSE. Remarks You can use this method to obtain the Aztec barcode pattern matrix data and render the Aztec barcode onto any device such as the printer, only Data, HandleTilde, Mode and PreferredFormat properties affect the pattern matrix data output. Based on the Orientation property value, rotate the pattern matrix accordingly before you render the Aztec barcode onto a device Render Method Renders the Aztec barcode onto the device such as computer screen or printers. void Render(long hdc, int x, int y); Parameters hdc Device context on which to render the Aztec barcode. x The x coordinate, in pixels, of the top left corner of the Aztec barcode. y The y coordinate, in pixels, of the top left corner of the Aztec barcode SaveAsBMP Method Saves the Aztec barcode image as a BMP file. void SaveAsBMP(BSTR FileName); Parameters FileName A string that contains the name of the file to which to save BMP format barcode image.

39 Reference Guide 39 Remarks Before you call this method, use GetActualSize() method to obtain the actual size of the Aztec barcode and use SetSize() method to set image size by adding surrounding white space around the Aztec barcode. See Also GetActualSize() Method SetSize() Method SaveAsWMF Method Saves the Aztec barcode image as a WMF file. void SaveAsWMF(BSTR FileName); Parameters FileName A string that contains the name of the file to which to save WMF format barcode image. Remarks Before you call this method, use GetActualSize() method to obtain the actual size of the Aztec barcode and use SetSize() method to set image size by adding surrounding white space around the Aztec barcode. See Also GetActualSize() Method SetSize() Method SetSize Method Sets the size of the image which contains the Aztec barcode. void SetSize(int Width, int Height); Parameters Width The width, in pixels, of the image. Height The height, in pixels, of the image. Remarks First call GetActualSize() method to obtain the actual size of the Aztec barcode, then use this method

40 40 MW6 Aztec ActiveX Manual to set image size by adding surrounding white space around the Aztec barcode. See Also GetActualSize() Method SetStructuredAppend Method Specifies which symbol this is in a sequence and the total number of symbols in the sequence. void SetStructuredAppend(VARIANT_BOOL AllowSA, short SymbolID, short SymbolCount); Parameters AllowSA Indicates whether the structured append is allowed in the current Aztec barcode, if this is FALSE, the parameters SymbolID and SymbolCount are irrelevant. SymbolID Specifies which symbol this is in a sequence, the parameter must be between 1 and SymbolCount. SymbolCount Specifies the total number of symbols in the sequence, the maximum value is 26, which means that up to 26 symbols can be linked together using the structured append protocol. Remarks Don't call this method if you don't need the structured append feature. 7 License License agreement This License Agreement ("LA") is the legal agreement between you and MW6 Technologies, Inc. ("MW6") for the font, and any electronic documentation ("Package"). By using, copying or installing the Package, you agree to be bound by the terms of this LA. If you don't agree to the terms in this LA, immediately remove unused Package. 1. License * The Single User License allows the use of the software on ONE computer by ONE person in your organization. * The Site License allows the use of the software at exactly 1 physical site by up to 10,000 users in your organization. * The Single Developer License allows 1 developer in your organization the royalty-free distribution (up to 10,000 users) of the software to the third parties, each individual developer requires a separate Single Developer License as long as he or she needs access to MW6's product(s) and document(s).

41 License 41 * The 2 Developer License allows 2 developers in your organization the royalty-free distribution (up to 10,000 users) of the software to the third parties. * The 3 Developer License allows 3 developers in your organization the royalty-free distribution (up to 10,000 users) of the software to the third parties. * The 4 Developer License allows 4 developers in your organization the royalty-free distribution (up to 10,000 users) of the software to the third parties. * The 5 Developer License allows 5 developers in your organization the royalty-free distribution (up to 10,000 users) of the software to the third parties. * The Unlimited Developer License allows unlimited number of developers in your organization the royalty-free distribution (unlimited number of users) of the software to the third parties. 2. User Disclaimer The software is provided "as is" without warrant of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or noninfringement. MW6 assumes no liability for damages, direct or consequential, which may result from the use of the software. Further, MW6 assumes no liability for losses caused by misuse or abuse of the software. This responsibility rests solely with the end user. 3. Copyright The software and any electronic documentation are the proprietary products of MW6 and are protected by copyright and other intellectual property laws.

Foreword 0. 1 Install... Template File 2 Create... Single Barcode. 2 Create... Multiple Barcodes. 1 Change... Settings

Foreword 0. 1 Install... Template File 2 Create... Single Barcode. 2 Create... Multiple Barcodes. 1 Change... Settings Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II Installation 3 1 Trial Version... 3 2 Full Version... 3 Part III How to Distribute It 3 Part IV Word Demo 3 1 Install... Template File

More information

Foreword 0. PreferredFormat... Property. GetActualSize... Method. SetStructuredAppend... Method

Foreword 0. PreferredFormat... Property. GetActualSize... Method. SetStructuredAppend... Method Contents 1 Table of Contents Foreword 0 Part I Introduction 2 Part II Create IIS Mapping 2 Part III Installation and Testing 2 Part IV Reference Guide 2 1 Properties... 2 BackColor Property... 2 BarColor

More information

Table of Contents. Part I Introduction 2 Part II Installation 2. Part III Reference Guide 3. Part IV License 7. Index 0. Contents.

Table of Contents. Part I Introduction 2 Part II Installation 2. Part III Reference Guide 3. Part IV License 7. Index 0. Contents. Contents 1 Table of Contents Foreword 0 Part I Introduction 2 Part II Installation 2 1 Trial Version... 2 2 Full Version... 3 Part III Reference Guide 3 1 Properties... 3 Data Property... 3 HandleTilde

More information

Foreword 0. GetActualSize... Method GetPatternData... Method. SaveAsMemory... Method. Orientation Enumeration

Foreword 0. GetActualSize... Method GetPatternData... Method. SaveAsMemory... Method. Orientation Enumeration Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II Installation 3 1 Trial Version... 3 2 Full Version... 4 Part III How to Distribute It 5 Part IV Reference Guide 5 1 Properties... 5

More information

Foreword 0. ServiceClass Property GetActualSize... Method. SaveAsMemory... Method. SetStructuredAppend... Method. Orientation Enumeration

Foreword 0. ServiceClass Property GetActualSize... Method. SaveAsMemory... Method. SetStructuredAppend... Method. Orientation Enumeration Contents 1 Table of Contents Foreword 0 Part I Introduction 2 Part II Installation 2 1 Trial Version... 2 2 Full Version... 3 Part III How to Distribute It 4 Part IV Reference Guide 4 1 Properties... 4

More information

Foreword 0. 1 Win32... DLL Encoder 2.NET Class... Library Encoder 3 Reference... Guide. Win32 DLL Encoder... Functions. PDF417FontEncode...

Foreword 0. 1 Win32... DLL Encoder 2.NET Class... Library Encoder 3 Reference... Guide. Win32 DLL Encoder... Functions. PDF417FontEncode... Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II How To Use Encoders 3 1 Win32... DLL Encoder 3 2.NET Class... Library Encoder 4 3 Reference... Guide 4 Win32 DLL Encoder... Functions

More information

Foreword 0. 1 Win32... DLL Encoder 2.NET Class... Library Encoder 3 Reference... Guide. Win32 DLL Encoder... Functions. DMGetRow s...

Foreword 0. 1 Win32... DLL Encoder 2.NET Class... Library Encoder 3 Reference... Guide. Win32 DLL Encoder... Functions. DMGetRow s... Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II How To Use Encoders 3 1 Win32... DLL Encoder 3 2.NET Class... Library Encoder 3 3 Reference... Guide 4 Win32 DLL Encoder... Functions

More information

Foreword 0. 1 Win32... DLL Encoder 2.NET Class... Library Encoder 3 Reference... Guide. Win32 DLL Encoder... Functions. QRCodeFontEncode...

Foreword 0. 1 Win32... DLL Encoder 2.NET Class... Library Encoder 3 Reference... Guide. Win32 DLL Encoder... Functions. QRCodeFontEncode... Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II How To Use Encoders 3 1 Win32... DLL Encoder 3 2.NET Class... Library Encoder 3 3 Reference... Guide 4 Win32 DLL Encoder... Functions

More information

Foreword 0. 3 How to... Distribute It. 1 Serial... Communication. EscapeCommFunc... Function. GetXferStatus... Function. GetInputDataCount...

Foreword 0. 3 How to... Distribute It. 1 Serial... Communication. EscapeCommFunc... Function. GetXferStatus... Function. GetInputDataCount... Contents 1 Table of Contents Foreword 0 Part I About MegaPipe Win32 DLL 3 1 Introduction... 3 2 How to... Use It 3 Trial Version... 3 Full Version... 3 3 How to... Distribute It 4 Part II Reference Guide

More information

Informatik Image Markup

Informatik Image Markup Informatik Image Markup Version 7.50 User Guide May 12, 2010 Please visit www.informatik.com for the latest version of the software. 1 Table of Contents General...3 Open an Image File...3 Lines...4 Arrows...4

More information

CPM-200 User Guide For Lighthouse for MAX

CPM-200 User Guide For Lighthouse for MAX CPM-200 User Guide For Lighthouse for MAX Contents Page Number Opening the software 2 Altering the page size & Orientation 3-4 Inserting Text 5 Editing Text 6 Inserting Graphics 7-8 Changing the Colour

More information

QLabel-IV Operation Manual

QLabel-IV Operation Manual P/N. 920-0060611-02 Edition C 07.2009 QLabel-IV Operation Manual QLABEL-Ⅳ... 3 PART I: ABOUT QLABEL-Ⅳ...3 1: INTRODUCTION... 3 2: INSTALLATION... 3 PART II: STARTING ON QLABEL-IV...6 3: START QLABEL-Ⅳ...

More information

inroads Installation and Integration Guide Copyright 2008 United Systems Software Company All rights reserved.

inroads Installation and Integration Guide Copyright 2008 United Systems Software Company All rights reserved. inroads Installation and Integration Guide Copyright 2008 United Systems Software Company All rights reserved. Installation Instructions The inroads installation CD is equipped to launch the installation

More information

Informatik Reformat. Version User Guide. 02 November 2015

Informatik Reformat. Version User Guide. 02 November 2015 Informatik Reformat Version 15.11 User Guide 02 November 2015 Latest versions of the user guide and the program can be downloaded from www.informatik.com/manuals.html 1 Contents Introduction... 3 Trial

More information

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi MICROSOFT EXCEL Prepared By: Amna Alshurooqi Hajar Alshurooqi Lesson 1 BIS 202 1. INTRODUCTION Microsoft Excel is a spreadsheet application used to perform financial calculations, statistical analysis,

More information

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat The American University in Cairo Academic Computing Services Word 2000 prepared by Soumaia Ahmed Al Ayyat Spring 2001 Table of Contents: Opening the Word Program Creating, Opening, and Saving Documents

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

This book is about using Microsoft Excel to

This book is about using Microsoft Excel to Introducing Data Analysis with Excel This book is about using Microsoft Excel to analyze your data. Microsoft Excel is an electronic worksheet you can use to perform mathematical, financial, and statistical

More information

Installation and Configuration Manual

Installation and Configuration Manual Installation and Configuration Manual IMPORTANT YOU MUST READ AND AGREE TO THE TERMS AND CONDITIONS OF THE LICENSE BEFORE CONTINUING WITH THIS PROGRAM INSTALL. CIRRUS SOFT LTD End-User License Agreement

More information

PrecisionID ITF Barcode Fonts User Manual

PrecisionID ITF Barcode Fonts User Manual PrecisionID ITF Barcode Fonts User Manual Updated 2018 Copyright 2018 PrecisionID.com All Rights Reserved Legal Notices Page 1 PrecisionID ITF (Interleaved 2 of 5) Barcode Font User Manual Notice: When

More information

KODAK Software User s Guide

KODAK Software User s Guide KODAK Create@Home Software User s Guide Table of Contents 1 Welcome to KODAK Create@Home Software Features... 1-1 Supported File Formats... 1-1 System Requirements... 1-1 Software Updates...1-2 Automatic

More information

You can clear the sample data from the table by selecting the table and pressing Delete.

You can clear the sample data from the table by selecting the table and pressing Delete. Making Quick Tables Choose Insert tab. Then click Table. Then click Quick Tables. Select the style of table from the Quick Tables Gallery. You can clear the sample data from the table by selecting the

More information

PrecisionID QR Code Barcode Font. User Manual

PrecisionID QR Code Barcode Font. User Manual PrecisionID QR Code Barcode Font User Manual PrecisionID QR Code Barcode Font Copyright 2018 PrecisionID.com All Rights Reserved Legal Notices Page 0 Installation... 2 Microsoft Windows... 2 Mac... 2 Other

More information

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting Microsoft Excel 2010 Chapter 2 Formulas, Functions, and Formatting Objectives Enter formulas using the keyboard Enter formulas using Point mode Apply the AVERAGE, MAX, and MIN functions Verify a formula

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

FactoryLink 7. Version 7.0. Client Builder Reference Manual

FactoryLink 7. Version 7.0. Client Builder Reference Manual FactoryLink 7 Version 7.0 Client Builder Reference Manual Copyright 2000 United States Data Corporation. All rights reserved. NOTICE: The information contained in this document (and other media provided

More information

For more tips on using this workbook, press F1 and click More information about this template.

For more tips on using this workbook, press F1 and click More information about this template. Excel: Menu to ribbon reference To view Office 2003 menu and toolbar commands and their Office 2010 equivalents, click a worksheet tab at the bottom of the window. If you don't see the tab you want, right-click

More information

KODAK Software User s Guide. Software Version 9.0

KODAK Software User s Guide. Software Version 9.0 KODAK Create@Home Software User s Guide Software Version 9.0 Table of Contents 1 Welcome to KODAK Create@Home Software Features... 1-1 Supported File Formats... 1-1 System Requirements... 1-1 Software

More information

Full file at Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries

Full file at   Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries MULTIPLE CHOICE 1. To start a new line in a cell, press after each line, except for the last line, which is completed by clicking the

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide ASIC-200 Version 5.0 integrated industrial control software HMI Guide Revision Description Date C Name change, correct where applicable with document 4/07 HMI Guide: 139168(C) Published by: Pro-face 750

More information

Software User's Guide

Software User's Guide Software User's Guide The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice in the specifications

More information

Pocket ESA. Version 1. User s Guide. Copyright (c) GAEA Technologies Ltd. All rights reserved.

Pocket ESA. Version 1. User s Guide. Copyright (c) GAEA Technologies Ltd. All rights reserved. Pocket ESA Version 1 User s Guide Copyright (c) 2004. GAEA Technologies Ltd. All rights reserved. Not to be reprinted without the written consent of GAEA Technologies Ltd. Printed in Canada Pocket ESA

More information

Software User's Guide

Software User's Guide Software User's Guide The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice in the specifications

More information

Labels and Envelopes in Word 2013

Labels and Envelopes in Word 2013 Labels and Envelopes in Word 2013 Labels... 2 Labels - A Blank Page... 2 Selecting the Label Type... 2 Creating the Label Document... 2 Labels - A Page of the Same... 3 Printing to a Specific Label on

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2 TABLE OF CONTENTS HOW TO USE THIS BOOK...................... V 1 GETTING STARTED.......................... 2 Introducing Data Analysis with Excel...2 Tour the Excel Window...3 Explore the Ribbon...4 Using

More information

Getting Started with. Office 2008

Getting Started with. Office 2008 Getting Started with Office 2008 Copyright 2010 - Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational use, without further permission

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 TOPIC 1A: SORT A LIST... 6 Sort a list in A-Z or Z-A Order... 6 TOPIC 1B: RENUMBER A LIST... 7 Renumber a List

More information

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer The American University in Cairo Excel 2000 prepared by Maha Amer Spring 2001 Table of Contents: Opening the Excel Program Creating, Opening and Saving Excel Worksheets Sheet Structure Formatting Text

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Financial Statement WalkThrough

Financial Statement WalkThrough WORKPAPERS CS Financial Statement WalkThrough version 2015.x.x TL 29655 (12/21/15) Copyright Information Text copyright 2009-2015 by Thomson Reuters. All rights reserved. Video display images copyright

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Software User's Guide

Software User's Guide Software User's Guide Brother QL-series The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

2.1. Project Information and Protection Global Settings Working with Tags... 15

2.1. Project Information and Protection Global Settings Working with Tags... 15 2.1. Project Information and Protection... 1 2.2. Global Settings... 3 2.2.1. Languages...4 2.2.2. Font Templates...5 2.2.3. Picture Database...6 2.2.4. Sound Database...10 2.2.5. Text Database...12 2.3.

More information

BarcodeX.NET component

BarcodeX.NET component BarcodeX.NET component By Fath Software Contents Introduction...2 License...3 Technical support...5 Internet Mail...5 World Wide Web...5 Developer s Guide...6 Adding BarcodeX to your toolbox...6 Supported

More information

ezimagex2 User s Guide Version 1.0

ezimagex2 User s Guide Version 1.0 ezimagex2 User s Guide Version 1.0 Copyright and Trademark Information The products described in this document are copyrighted works of AVEN, Inc. 2015 AVEN, Inc. 4595 Platt Rd Ann Arbor, MI 48108 All

More information

Managing Document Properties

Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Forms Designer Version 3.7 Last Update: May 25, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

CODABAR FONT SET ELFRING FONTS

CODABAR FONT SET ELFRING FONTS ELFRING FONTS CODABAR FONT SET This package includes 12 versions of the Rationalized Codabar font in the TrueType and PostScript formats plus a Windows utility, Codabar.exe, that helps you make bar codes.

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

MULTIFUNCTIONAL DIGITAL SYSTEMS. Software Installation Guide

MULTIFUNCTIONAL DIGITAL SYSTEMS. Software Installation Guide MULTIFUNCTIONAL DIGITAL SYSTEMS Software Installation Guide 2013 TOSHIBA TEC CORPORATION All rights reserved Under the copyright laws, this manual cannot be reproduced in any form without prior written

More information

Working with Tables in Word 2010

Working with Tables in Word 2010 Working with Tables in Word 2010 Table of Contents INSERT OR CREATE A TABLE... 2 USE TABLE TEMPLATES (QUICK TABLES)... 2 USE THE TABLE MENU... 2 USE THE INSERT TABLE COMMAND... 2 KNOW YOUR AUTOFIT OPTIONS...

More information

Mail Merge. To Use Mail Merge: Selecting Step by Step Mail Merge Wizard. Step 1:

Mail Merge. To Use Mail Merge: Selecting Step by Step Mail Merge Wizard. Step 1: Mail Merge When you are performing a Mail Merge, you will need a Word document (you can start with an existing one or create a new one), and a recipient list, which is typically an Excel workbook. Watch

More information

User Manual pdoc Signer

User Manual pdoc Signer User Manual pdoc Signer August 11, 2014 Copyright 1995-2014 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks, visit www.topazsystems.com/information/legal.htm#trademarks. www.topazsystems.com

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart Microsoft Excel 2010 Chapter 1 Creating a Worksheet and an Embedded Chart Objectives Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Copy the contents of

More information

EXCEL 2007 GETTING STARTED

EXCEL 2007 GETTING STARTED EXCEL 2007 GETTING STARTED TODAY S DESTINATION Quick Access Toolbar Customize it! Office Button Click Excel Options BREAK DOWN OF TABS & RIBBON Tab Name Contains Information relating to Contains the following

More information

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide SyncFirst Standard Quick Start Guide Step-By-Step Guide How to Use This Manual This manual contains the complete documentation set for the SyncFirst system. The SyncFirst documentation set consists of

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Introduction to Powerpoint. Written by Deborah Blake

Introduction to Powerpoint. Written by Deborah Blake Introduction to Powerpoint Written by Deborah Blake Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 September 2004 http://julius.csscr.washington.edu/pdf/powerpoint03.pdf

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

13. Albums & Multi-Image Printing

13. Albums & Multi-Image Printing 13. Albums & Multi-Image Printing The Album function is a flexible layout and printing tool that can be used in a number of ways: Two kinds of albums: At left we used automatic mode to print a collection

More information

CONTASign Pro User Manual

CONTASign Pro User Manual CONTASign Pro User Manual CONTASign PRO MANUAL v3.5 rev01 Page 1 of 51 CONTA-CLIP Contents Page No. 1. Main Window Layout 4 - Window Layout Customisation 5 - Window Configuration 6 2. Start Menu & Quick

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

User Guide DYMO Label TM v.8

User Guide DYMO Label TM v.8 User Guide DYMO Label TM v.8 Copyright Trademarks 2012-2015 Sanford, L.P. All rights reserved. Revised 9/6/2016. No part of this document or the software may be reproduced or transmitted in any form or

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Using vletter Handwriting Software with Mail Merge in Word 2007

Using vletter Handwriting Software with Mail Merge in Word 2007 Using vletter Handwriting Software with Mail Merge in Word 2007 Q: What is Mail Merge? A: The Mail Merge feature in Microsoft Word allows you to merge an address file with a form letter in order to generate

More information

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 IMAGE STUDIO LITE Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 Notice The information contained in this document is subject to change without notice. LI-COR MAKES NO WARRANTY OF

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Sending image(s) to report Click Send Snapshot on any screen in Dolphin3D and choose the Send to Report option

Sending image(s) to report Click Send Snapshot on any screen in Dolphin3D and choose the Send to Report option Dolphin 3D Reports Sending image(s) to report Click Send Snapshot on any screen in Dolphin3D and choose the Send to Report option Creating a report step by step 1. Generate the desired images in Dolphin3D

More information

The Ribbon The Ribbon contains multiple tabs, each with several groups of commands. You can add your own tabs that contain your favorite commands.

The Ribbon The Ribbon contains multiple tabs, each with several groups of commands. You can add your own tabs that contain your favorite commands. Lesson1-Getting Star with excel Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson, you will learn your way around the Excel 2010 environment, including

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

MULTIFUNCTIONAL DIGITAL SYSTEMS. Software Installation Guide

MULTIFUNCTIONAL DIGITAL SYSTEMS. Software Installation Guide MULTIFUNCTIONAL DIGITAL SYSTEMS Software Installation Guide 2013 TOSHIBA TEC CORPORATION All rights reserved Under the copyright laws, this manual cannot be reproduced in any form without prior written

More information

Creating a Title Block & Border Using Chief Architect. Architectural Design & Residential Construction Penncrest High School

Creating a Title Block & Border Using Chief Architect. Architectural Design & Residential Construction Penncrest High School Creating a Title Block & Border Using Chief Architect Architectural Design & Residential Construction Penncrest High School 2017-2018 Select New Layout to begin designing your Title Block. Note: Once the

More information

Forms for Palm OS Version 4 Manual

Forms for Palm OS Version 4 Manual Forms for Palm OS Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in

More information

Designer Reference 1

Designer Reference 1 Designer Reference 1 Table of Contents USE OF THE DESIGNER...4 KEYBOARD SHORTCUTS...5 Shortcuts...5 Keyboard Hints...5 MENUS...7 File Menu...7 Edit Menu...8 Favorites Menu...9 Document Menu...10 Item Menu...12

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

TUTORIAL: CREATING A SCANNABLE SURVEY Part 1: Bubble Publishing Form Shop

TUTORIAL: CREATING A SCANNABLE SURVEY Part 1: Bubble Publishing Form Shop TUTORIAL: CREATING A SCANNABLE SURVEY Part 1: Bubble Publishing Form Shop OVERVIEW Bubble Publishing Form Shop is a tool for designing and printing professional quality, OMR (optical mark read) surveys.

More information

IX. Format Tips. Row & column autofit

IX. Format Tips. Row & column autofit IX. Row & column autofit Excel rows and columns have a standard height and width. You can check on the height of any row and the width of any column by clicking its header (or any cell) to select it and

More information

Vol. 1 Introduction. OMS-100 User Manual. Publishing version: V2.2. Publishing version: V2.2 1

Vol. 1 Introduction. OMS-100 User Manual. Publishing version: V2.2. Publishing version: V2.2 1 Vol. 1 Introduction OMS-100 User Manual Publishing version: V2.2 Publishing version: V2.2 1 OMS-100 User Manual Table of Contents I Vol. 1 Introduction 5 2 1 Foreword... 5 1.1 Typographical Conventions...

More information

Part I - WORKING WITH ABSOLUTE REFERENCES

Part I - WORKING WITH ABSOLUTE REFERENCES INTRODUCTION TO COMPUTER CONCEPTS CSIT 100 LAB: MORE WORK with MS EXCEL Part I - WORKING WITH ABSOLUTE REFERENCES This is an implementation of a spreadsheet program. It contains 1,048,576 rows, and 16,384

More information

MPLAB Harmony Help - MPLAB Harmony Graphics Composer User's Guide

MPLAB Harmony Help - MPLAB Harmony Graphics Composer User's Guide MPLAB Harmony Help - MPLAB Harmony Graphics Composer User's Guide MPLAB Harmony Integrated Software Framework v1.11 2013-2017 Microchip Technology Inc. All rights reserved. MPLAB Harmony Graphics Composer

More information