Customizing Invoice Template

Customizing invoice templates means creating your own custom invoice workbooks that can interact with the Excel Invoice Manager COM add-in and connect to databases to store and retrieve data.

Please read this chapter carefully before customizing your workbook, as it contains valuable implementation information.

Contents

Creating New Invoice Workbooks
Design Mode
Protection
Gridlines and Row/Column Headers
Names
ActiveX Controls
Printing
Extracting ActiveX Controls and Drawing Objects

Creating New Invoice Workbooks

An invoice workbook uses a number of hidden properties and cells to identify itself as a valid invoice workbook so that the Excel Invoice Manager COM add-in can and will interact with it. Because of this, you can't create an invoice workbook from scratch. You must create a new invoice workbook based on an existing valid invoice workbook. To do this, copy an existing invoice workbook using your Windows Explorer, and customize that copy to create your own invoice workbook.

Design Mode

An invoice workbook has two states: design mode and run mode. In design mode, the Excel Invoice Manager COM add-in will stop interacting with the invoice workbook, so that you can move, add, or delete controls or cells. To switch to design mode, in Excel 2000 - 2003 click the Design Mode button on the Control Toolbox toolbar; in Excel 2007 click the Design Mode button in the Controls group of the Developer tab. After customization, click this button again to exit design mode.

Tip: If the Developer tab is not available in Excel 2007, do the following to display it: a) Click Microsoft Office Button, and then click Excel Options; b) In the Popular category, under Top options for working with Excel, select the Show Developer tab in the Ribbon check box, and then click OK.

Protection

By default, the Invoice worksheet is protected. You need to unprotect it for most of the customization work. To unprotect the worksheet, in Excel 2000 - 2003 click menu Tools -> Protection -> Unprotect Sheet; in Excel 2007 click the Unprotect Sheet button in the Changes group of the Review tab.

It is strongly recommended that you protect the worksheet again after your customization. To protect a sheet, just click the same button again.

Gridlines and Row/Column Headers

When customizing a workbook, it is very helpful to display gridlines and row/column headers. To show gridlines and row/column headers in Excel 2000 - 2003:

  1. Click and activate the worksheet you want to display gridlines and row/column headers for.
  2. On the Tools menu, click Options, and then click the View tab.
  3. Under Window options, check the Gridlines and Row & Column Headers check boxes.

After your customization, go back to the Tools menu, Options, View tab. Under Window options, REMOVE the checks you previously placed by the two check boxes to hide gridlines and row/column headers. This will restore the appearance of your workbook.

To show/hide gridlines and row/column headers in Excel 2007:

  1. Click and activate the worksheet you want to display gridlines and row/column headers for.
  2. Go to the View tab of the Ribbon.
  3. Click Show/Hide, and then check or uncheck the Gridlines and Headings options.

Names

All objects in an invoice workbook, including ActiveX controls, drawing objects and cells, are identified by names. There are more than 200 names used by Excel Invoice Manager, and some of them are hidden. By using names, you are free from the restrictions of cell addresses and can move the objects around the worksheet.

To distinguish from other names, all names used by Excel Invoice Manager are prefixed with okn (Office-Kit.com's Name).

In Excel, names are available to any sheet. For example, if the name oknID refers to the range A20:A30 on the first worksheet in a workbook, you can use the name oknID on any other sheet in the same workbook to refer to range A20:A30 on the first worksheet. However, in Excel Invoice Manager, you cannot move a cell (or a name) from one worksheet to another.

To name a drawing object or cell:

  1. Click and select the cell or drawing object.
  2. Click the Name box at the left end of the formula bar.
  3. Excel formula bar

  4. Type the name in the Name box.
  5. Press ENTER.

To name an ActiveX control object:

  1. Switch your workbook to design mode.
  2. Right click the ActiveX object.
  3. Select Properties from the menu.
  4. In the Properties window, enter the name in the Name field.

See your Excel help document for more information about using names.

ActiveX Controls

Microsoft Excel has two types of controls. ActiveX controls are appropriate for most situations. Forms Toolbar Controls are compatible with earlier versions of Excel, beginning with Excel version 5.0, and can be used on XLM macro sheets. Excel Invoice Manager uses a number of standard ActiveX controls, such as buttons, check boxes, and graphics.

To add an ActiveX control:

  1. Switch your workbook to design mode.
  2. In Excel 2000 - 2003, click the control you want to add on the Control Toolbox toolbar; In Excel 2007, go to the Developer tab, click Insert in the Controls group, and then choose the ActiveX control you want to add.
  3. Click on the worksheet at the location where you want to place the control.
  4. Drag the control to the size you want.
  5. Right click the control and select Properties from the menu.
  6. Enter the name, caption, and other properties if needed.
  7. Close the Properties window.
  8. To quit design mode and enable the ActiveX control, click Exit Design Mode on the Control Toolbox toolbar if you are running Excel 2000 - 2003; or click the Design Mode button in the Controls group of the Developer tab if you are running Excel 2007.

Printing

The PRINT_AREA Name

If a worksheet has defined a PRINT_AREA name and it refers to a range of cells, Excel will print the specified area instead of the whole sheet when you click the Print command on the Excel menu.

In the invoice workbook, each worksheet contains a PRINT_AREA name. You can view what the name refers to by selecting PRINT_AREA from the Name box at the left end of the formula bar. If you want to redefine the PRINT_AREA name, follow the steps below:

  1. Select the area you want to print.
  2. In Excel 2000 - 2003, click Excel menu File -> Print Area -> Set Print Area; In Excel 2007, switch to the Page Layout tab, click Print Area in the Page Setup group, and then choose Set Print Area.

Printing ActiveX Objects and Drawing Objects

By default, all objects added to a worksheet are printable. You may want to exclude some of them from printing, such as the Customer Selection button on the Invoice worksheet.

To exclude a Drawing Object from printing in Excel 2000 - 2003:

  1. Right click the drawing object, and select Format AutoShape from the menu.
  2. Click Properties tab.
  3. Clear the Print Object check box.

To exclude a Drawing Object from printing in Excel 2007:

  1. Right click the drawing object, select Size and Properties....
  2. Go to the Properties tab.
  3. Uncheck the Print Object option.

To exclude an ActiveX control from printing:

  1. Switch the workbook to design mode.
  2. Right click the ActiveX control, and select Properties from the menu.
  3. Scroll down the properties list and find the PrintObject property.
  4. Change the PrintObject property to False.

Extracting ActiveX Controls and Drawing Objects

To make the extracted worksheet as clean as possible, all ActiveX controls and drawing objects will be removed from the extracted worksheet. If you want to keep an ActiveX control or a drawing object, add a prefix oknUser_ or oknWidget_ to its name.

Excel Invoice Manager Free Download and Try (4.17 MB)
Home Contact Us Privacy Link to Us
copyright © Office-Kit.com, all rights reserved