| You are here: HOME >>> Excel Invoice Manager |
Customizing Invoice TemplateCustomizing invoice templates means creating your own custom invoice templates 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 template, as it contains valuable implementation information. Contents
Creating New Invoice Templates Creating New Invoice TemplatesAn invoice template uses a number of hidden properties and cells to identify itself as a valid invoice template so that the Excel Invoice Manager COM add-in can and will interact with it. Because of this, you can't create an invoice template from scratch. You must create a new invoice template based on an existing valid invoice template. To do this, copy an existing invoice template using your Windows Explorer, and customize that copy to create your own invoice template. Design ModeAn invoice template has two states: design mode and run mode. In design mode, the Excel Invoice Manager COM add-in will stop interacting with the invoice template, so that you can move, add, or delete controls or cells. To switch to design mode:
After customization, click the button again to exit design mode. ProtectionBy 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. Locking/Unlocking CellsIf a worksheet is protected, locked cells and those cells that contain formulas are not manually editable. To lock or unlock a cell:
Gridlines and Row/Column HeadersWhen customizing a template, it is very helpful to display gridlines and row/column headers. To show gridlines and row/column headers in Excel 2000 - 2003:
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 template. To show/hide gridlines and row/column headers in Excel 2007:
NamesAll objects in an invoice template, 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 template, you can use the name oknID on any other sheet in the same template to refer to range A20:A30 on the first worksheet. To name a drawing object or cell:
To name an ActiveX control object:
See your Excel help document for more information about using names. ActiveX ControlsMicrosoft 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:
PrintingThe PRINT_AREA NameIf 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 template, 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:
Printing ActiveX Objects and Drawing ObjectsBy 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:
To exclude a Drawing Object from printing in Excel 2007:
To exclude an ActiveX control from printing:
Moving Cells/ControlsSince all the cells/fields and controls are identified by names, you can easily redesign the layout by moving cells/fields/controls. For example, if you don´t want to show the PAID, TOTAL DUE cells/fields on your printed invoice, you can move them out of the Print_Area:
To move a control:
Extracting ActiveX Controls and Drawing ObjectsTo 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.
|
|||||
|
|
|
||||||||