![]()
Home Excel Tips Sample Excel Spreadsheets
Latest File Upload
12-May-08
DV0051
10-Mar-08
13-Jan-05
27-Dec-06
07-Aug-06
20-Sep-07
04-May-08
PT0021
30-Dec-07
19-Feb-04
20-May-06
Data Validation
DV0051 - Assign Players Each Inning -- Select a player from a dropdown list, and that name disappears from the other dropdowns for that inning. DataValPlayerInnings.zip 3kb 12-May-08
DV0050 - Data Validation Lookup-- Select a level from a dropdown list, then enter a minimum and maximum value in adjacent columns. The values are constrained by the limits set in a lookup table on another worksheet. DataValMinMax.zip 3kb 01-Jul-07
DV0049 - ClipArt Selection -- Select a clipart item from a data validation dropdown list, and that picture appears in the adjacent cell. Uses Worksheet_Calculate event code. Sample file from Bernie Deitrick. ClipArtEvent.zip 30kb 03-Jun-07
DV0048 - Dynamic Dependent Dropdowns from Unsorted List-- Select Yes or No from the first dropdown list, and the dependent cell's validation list shows only items for that selection. Dependent lists are created from an unsorted master list, where items are marked as Yes or No. DataValDynamicUnsorted.zip 8kb 23-Mar-07
DV0047 - Hide Previously Used Items in Dependent Lists -- Limit the choices in a Dependent Data Validation list, hiding items that have been previously selected. DataValHiddenDepend.zip 4kb 10-Feb-07
DV0046 - Add Headings for Navigation -- Add letter headings in a long list of data validation items, to make it easier for users to navigate the list. Sample file from Roger Govier. DataValHeadings.zip 15kb 13-Dec-06
DV0045 - Hide Matching Columns -- Select a date from a dropdown list, and columns with matching date in the heading are marked. Click a button to hide marked or unmarked columns. HideMarkedCols.zip 10kb 25-Nov-06 Updated 05-Dec-06
DV0044 - Dependent Cell List Multiple Offset-- Select a name from the first dropdown list, and the dependent cell's validation list shows only products for that name. Select a product, and the third column's validation list shows only the items for that name and product. Based on a lookup table sorted by name and product. DataValMgrProdClass.zip 6kb 29-Sep-06
DV0043 - Data Validation Combobox With Entry Check -- Double-click a cell that contains a data validation list, and a combobox appears -- font size can be set, more than 8 rows displayed, autocomplete can be enabled. When the combobox loses focus, the entry is validated. DataValComboCheck.zip 15 kb 29-Jun-06 Updated 11-Oct-06
DV0042 - Limit Data Validation Selection -- If a selection has been made in a dependent cell, the data validation list is limited to the current selection. DataValListLimit.zip 3 kb 26-May-06
DV0041 - Reset Data Validation Cells -- Macro to clear data valiation cells, and if cell has a data validation list, select the first item from the list. DataValReset.zip 10 kb 21-May-06
DV0040 - Assign Qualified Employees to Single Task Per Day-- Lists of employees qualified for each task are created. Names are removed from data validation dropdown list once they've been assigned to any daily task. DataValDealers.zip 10 kb 15-Apr-06
DV0039 - Seating Plan -- Use data validation and shapes linked to cells, to plan table seating arrangement. SeatPlan.zip 6kb 17-Mar-06
DV0038 - Flexible Item List -- Use formulas to automatically add new unique items to a data validation dropdown list. Sample file from Ron Coderre. DataValFlexList.zip 7kb 18-Feb-06
DV0037 - Dependent Lists Country City-- Select a country from the first dropdown list, and the dependent cell's validation list shows only the cities in that country. To prevent invalid data, after a city is selected, the country dropdown shows only that city's country. DataValCountryCity.zip 6kb 10-Oct-05
DV0036 - Dependent Cell List Offset-- Select a region from the first dropdown list, and the dependent cell's validation list shows only the customers in that region. Based on a lookup table sorted by Region. DataValRegionCust.zip 7kb 31-Mar-05 Detailed Instructions 10-Oct-05
DV0035 - Dynamic Chart -- Select Start and End dates from Data Validation lists; chart updates automatically to display sales for selected time period. ChartDateAuto.zip 5kb Detailed Instructions 17-Jun-05
DV0034 - Input Message in Textbox -- Select a cell that contains a data validation input title or message, and a textbox appears. Control the size, position and formatting of the message. DataValInputMsgAlt.zip 11 kb 25-Apr-05 Detailed Instructions 05-Jun-05 Works on protected sheet. updated 08-May-06
DV0033 - Dependent ShipTo Location-- Select a customer, then select a shipping location from the dependent dropdown. VLookup formulas return the shipping address for the selected location. DataValShipTo.zip 4 kb 19-Apr-05
DV0032 - Dependent Data Validation Combobox -- Double-click a cell that contains a data validation list, and a combobox appears -- font size can be set, more than 8 rows displayed, autocomplete can be enabled. List in second column is dependent on selection in first column. DataValComboDepend.zip 12 kb 12-Apr-05
DV0031 - Create Chart from Current Data -- Select a value from a data validation dropdown, and an event procedure captures the current data, and creates a scatter chart. DataValChartCreate.zip 12kb 07-Apr-05
DV0030 - Dependent Cell List Lookup-- Select an item from the first dropdown list, and the dependent cell's validation list shows only the accessories available for that item. Based on a lookup table where applicable accessories are marked. DataValLookupList.zip 7kb
DV0029 - Dependent Cell Examples-- Two samples of code altering dependent cells. Source lists on separate sheet.
1) Selection from two lists must be different, or cell is cleared
2) Select from either list, and adjacent cell is filled in. Based on code from Jason Morin. DataValCode02.zip 12kb updated 24-Apr-06DV0028 - Data Validation Combobox Named Lists -- Double-click a cell that contains a data validation list, and a combobox appears -- font size can be set, more than 8 rows displayed, autocomplete can be enabled. Lists are stored in named ranges on a separate sheet. Macros must be enabled. DataValComboboxSheet.zip 13 kb updated 15-Jan-07 View detailed Instructions
DV0027 - Update Dependent Cell -- Selection from first list runs event code that selects the first item from a dependent list in an adjacent cell. Based on code from Jason Morin. UpdateDependent.zip 9kb 20-Feb-05
DV0026 - Variable Validation -- Selection from the first list runs event code that changes the validation in adjacent cell. DataValYesNoClear.zip 11kb 16-Jan-05
DV0025 - Data Validation Spinner -- Use a spin button control to select the next or previous item from a data validation list. DataValSpinner.zip 13kb
DV0024 - Cooking Time Planner -- Plan your meal preparation, using Data Validation to enter food items. Formulas calculate the cooking schedule, based on the target meal time. DinnerPlanner.zip 13kb updated 08-Oct-06
DV0023 - Limit Selection List -- If you have a lengthy list, it's hard to find an item in the data validation dropdown. Use an Advanced Filter to create a short list, and select from that. Event code creates the short list. DataValSelectName.zip 13kb
DV0022 - Update Validation Selections -- If you change an item in a data validation source list, the worksheet may show previously selected items. Event code can update the worksheet when you update the source list. DataValUpdate.zip 10kb Updated 07-Sep-11
DV0021 - Update Multiple Validation Lists -- In a workbook with multiple data validation lists, type a new value in a cell that contains data validation, and it's automatically added to the appropriate source list, and the list is sorted; a macro automates the list updates. DataValListAddSortMulti.zip 12 kb
DV0020 - Data Validation Combobox-- Double-click on a cell that contains a data validation list, and a combobox appears -- font size can be set, more than 8 rows displayed, and autocomplete can be enabled. Macros must be enabled. DataValCombobox.zip 13 kb Detailed Instructions updated 15-Jan-07
DV0019 - Default to First Value-- Data validation limits values that can be entered; event macro enters the default value for the selected option. DataValYesNoRates.zip 8 kb
DV0018 - Happy Face Gauge-- Data validation limits values that can be entered; event macro adjusts the curve. HappyFace.xls 23 kb HappyFace.zip 8 kb
DV0017 - Select Multiple Items from Dropdown List-- Select multiple items from a dropdown list; an event macro stores selections in adjacent cell, or in same cell. DataValMultiSelect.zip 18kb updated 22-Feb-07
DV0016 - Assign Employees to Single Task Per Day-- Names are removed from data validation dropdown list once they've been assigned to a daily task. DataValDailyList.zip 6 kb
DV0015 - Create Dependent List for Selected Column -- The first dropdown list is based on column headings. The second list contains unique items from the selected column, sorted in descending order. DataValListSort.zip 11 kb
DV0014 - Combine Multiple Lists into One -- A data validation list from a worksheet must come from contiguous cells in a single column or row. This example uses formulas to combine three dynamic lists into one master list. DataValMultiLists.zip 3 kb
DV0013 - Cross Dependent Validation Lists -- Selection from the first list controls the items available in the dependent cells. Selections in the dependent lists control the dropdown items in the first list. DataValYesNoDepend.zip 3 kb
DV0012 - Update Validation List -- type a new value in a cell that contains data validation, and it's automatically added to the source list, and the list is sorted; a macro automates the list updates. DataValListAddSort.zip 11 kb
DV0011 - Dynamic Validation List -- shows customers with start and end dates that include selected date, macro automates the list creation. DataValDateRange.zip 12 kb
DV0010 - Model Pricing Scenario -- uses data validation to create dropdown lists, Scenarios to store variables, macro automates scenario display. ScenarioParts.zip 13 kb
DV0009 - Purchase Order -- uses data validation to create dropdown lists, VLookups to return values from named ranges on different sheets. VLookupNamedRange.zip 7 kb
DV0008 - Data Validation Checklist -- uses data validation to create dropdown lists, with only checked items appearing in the list. DataValDynaChk.zip 4 kb
DV0007 - Chart Selected Date Range -- uses data validation to create dropdown lists, and dynamic named ranges to plot the selected date range. ChartDateRange.zip 4 kb
DV0006 - Machine Capacity -- uses data validation to create dropdown lists, and the VLookup and Match functions to extract information from a table. MachineCapacity.zip 3 kb
DV0005 - Data Validation "Columns" -- Data Validation dropdown displays product name and ID; an event procedure changes the selection to product name. (XL2000 +) DataValNameID.zip 9 kb; (XL97) DataValNameID97.zip 11 kb
DV0004 - Data Validation Change -- Select a Product from the Data Validation list; an event procedure changes the product name to a product code. DataValCode.zip 8 kb
DV0003 - Order Form -- Select items from the dependent Data Validation lists; a VLookup formula extracts the unit price. DataValOrder.zip 11 kb
DV0002 - Invoice for Selected Number -- uses Data Validation and VLookup to extract details for an invoice DataValVlookup.zip 8 kb
DV0001 - Assign Employees -- ensure that each employee is only assigned once per day
AssignEmp.zip 12 kbFilters
FL0020 - Fast Filter -- Type criteria in the row above an AutoFilter, instead of selecting from the dropdown lists. The cells with criteria change colour, so you can easily see which columns have a filter applied, and see what the criteria are. Event code runs when a change is made on the worksheet. Sample file from Roger Govier. Fastfilter.zip 32kb 10-Mar-08
FL0019 - Filter Latest Date for Customer -- Select a customer, and a macro runs an advanced filter to extract the latest sale record for that customer. AdvFilterLatestDate.zip 12kb
FL0018 - Highlight Filtered Headings in List -- In an Excel 2003 List, User Defined Function, and conditional formatting, highlight column headings where filters are applied. FilterHighlightList.zip 15kb
FL0017 - Filter All Columns -- Enter a number on the worksheet, and the list filters to show only the records that contain that number in one of the five columns. AdvFilterStateNum.zip 11 kb 01-Dex-06
FL0016 - Move Items to Order Form -- Select items from a filtered list, and event code moves the item to an order form. ProductsListOrder.zip 17 kb 04-Apr-06
FL0015 - Filtered Chart Title -- Chart data and chart title change when an AutoFilter is applied to the source data. FilterChartTitle.zip 13 kb 04-Oct-05
FL0014 - Colour Filter Headings -- Event code colours the filtered column headings, when an AutoFilter is applied. FilterColour.zip 9 kb 15-Apr-05
FL0013 - Create New Sheets from Filtered List -- uses Advanced Filter to create separate sheet of orders for each sales rep visible in a filtered list; macro automates the filter. AdvFilterRepFiltered.zip 14 kb 24-Sep-04
FL0012 - Map Based Filter -- uses code to extract regional data for the selected map shape. FilterMap.zip 11 kb
FL0011 - Extract Random Records -- uses code to extract a random set of records from a database. Based on code from Ross Connell. ExtractRandom.zip 18 kb
FL0010 - Summarize Budget Details -- uses Advanced Filter to summarize budget details for selected month, or full year; macro automates the filter. AdvFilterBudget.zip 11 kb
FL0009 - Update Sheets from Master -- uses an Advanced Filter to send data from Master sheet to individual worksheets -- creates a list of unique items, creates a sheet for each item, then replaces old data with current. AdvFilterCity.zip 15 kb
FL0008- Filter Rows for Text String -- uses Worksheet Change event, and Advanced Filter, to display rows which contain specifiec text string and/or region. AdvFilterSearchWord.zip 9kb
FL0007 - Highlight AutoFilter Headings -- User Defined Function, and conditional formatting, highlight column headings where filters are applied. FilterHighlight.zip 15kb
FL0006 - Filter for Date Range -- uses Data Validation and Advanced Filter to extract a list of orders in selected date range; file contains a macro which automates the filter (XL2000 & XL2002 only) FilterAdvDateRange.zip 14kb
FL0005 - Phone List for Selected Name -- uses Data Validation and an Advanced Filter to extract a list of customers with the selected Last Name; file contains a macro which automates the filter (XL2000 and XL2002 only) PhoneList.zip 13 kb
FL0004 - Create New Sheets from List -- uses an Advanced Filter to create separate sheet of orders for each sales rep; macro automates the filter. AdvFilterRep.zip 12 kb
FL0003 - Product List with Chart -- uses Advanced Filter to extract a list of products by Category; dynamic chart displays the results; file contains a macro which automates the filter ProductsListChart.zip 14 kb
FL0002 - Product List by Week Number -- uses Advanced Filter to extract a list of products for the selected week number; file contains a macro which automates the filter ProductsListWeekNum.zip 11 kb
FL0001 - Product List by Category -- uses Data Validation and Advanced Filter to extract a list of products for selected category; file contains a macro which automates the filter (XL2000 +) ProductsList.zip 14 kb;
(XL97) ProductsList97.zip 14 kb; ProductsList97Calc.zip 14 kbUserForms and Add-Ins
UF0005 - Music Playlist Creator -- Click a button, and the code in this file creates a playlist of music from a selected folder, and places it on your desktop for easy access. Sample file from Dave Peterson. M3U_Creator.zip 17kb 28-Dec-06
UF0004 - Worksheet Navigator Toolbar -- This add-in creates a floating toolbar, that you can open in any workbook, and creates a list of sheets in that workbook. View Instructions NavToolbar.zip 11 kb 21-Dec-05
UF0003 - Parts Database with Comboboxes -- UserForm with comboboxes for data entry, with database on a hidden worksheet. Pivot table summarizes the inventory PartLocDBCombo.zip 21 kb 06-Mar-05 View instructions 23-Jan-06
UF0002 - Parts Database -- simple example of creating a UserForm for data entry, with the database on a hidden worksheet. View instructions. PartLocDB.zip 14 kb
UF0001 - Assign TeeOff Times -- uses an Advanced Filter to schedule selected players in specific time slot; file contains a macro which automates the filter GolfTeeOff.zip 11 kb
This version has a UserForm in which to enter data: GolfTeeOffForm.zip 16 kb
Conditional Formatting
Highlight Amounts Over Limit -- A formula totals hours worked. Conditional formatting highlights hours over regulated limit. Pivot table totals weekly hours. DriverLimits.zip 7 kb 13-Jan-05
Highlight Column Headings -- To guide users, highlight columns headings when an item is selected from a data validation dropdown list. CondFormatHeadings.zip 9kb
![]()
External Data
ED0002 - PivotPlay PLUS Add-in -- Facilitates changes to the connection strings and queries that extract the external source data that pivot tables use. Created by Ron Coderre. PivotPlayPLUS.zip 88kb Updated 15-Mar-08 Detailed Instructions
ED0001 - Query Master -- Makes it easy for users who are knowledgable in SQL (but not VBA) to create a catalog of up to 10 queries that can be run on demand. Sample file from Ron Coderre. QueryMaster.zip 61kb 10-Jun-06 Updated 07-Aug-06
![]()
Charts and Graphics
CH0003 - Insert Pictures from Folder -- ShowFilePicsDemo demonstrates how to insert picture files (bmp, gif, jpg, etc) directly from a network or web folder into an Excel sheet by selecting an item from a cell data validation drop-down list. Created by Ron Coderre. ShowFilePicsDemo.zip 27kb 20-Sep-07
CH0002 - Show or Hide Chart -- Using named ranges and a linked picture, show or hide a chart based on a cell's value. ChartRangeShow.zip 6 kb 21-Jan-07
CH0001 - Pareto Plotter -- Enter your categories and their values, then click a button. The program adjusts the chart columns in descending order and plots the cumulative total line (adjusting sizes so the line meets the upper right corner of the first column and the upper right corner of the chart area. Sample file from Ron Coderre. ParetoPlotter.zip 23 kb 12-Aug-06
![]()
PivotTables
![]()
PT0021 - Change All Page Fields -- Change any page field in the main pivot table, and the same selections are made in all pivot tables that contain the same page fields. Excel 2002 and later versions. PivotMultiPagesChangeAll.zip 17 kb 04-May-08
PT0020 - PivotPlay PLUS Add-in -- Facilitates changes to the connection strings and queries that extract the external source data that pivot tables use. Created by Ron Coderre. PivotPlayPLUS.zip 88kb Updated 15-Mar-08 Detailed Instructions
PT0019 - Task List Summary -- Enter standard tasks in a data entry form, and copy to a task list. Summarize by date in a pivot table, to track all on-going projects. TasksPivot.zip 15 kb 02-Mar-08
PT0018 - Credit Card Transaction Tracker -- Copy downloaded csv data into this workbook, and view summary reports by store and expense category. CreditTrans.zip 14 kb 02-Jan-08
PT0017 - Create Calculated Items and Fields -- A calculated field cannot check a row field's text, e.g. IF(Type="Yes",Qty*1,Qty*2). Create calculated items, and multiple pivot tables, to simulate conditional formulas. PivotItemCalc.zip 14 kb 03-Aug-07
PT0016 - Change Page Fields With Cell Dropdown -- Select an item from a data validation dropdown, and all pivot tables in the workbook show that selection in the page field. Excel 2002 and later versions. PivotMultiPagesCellChange.zip 20 kb 15-Jun-07
PT0015 - Change Multiple Different Page Fields -- Change either page field in the main pivot table, and the same selection is made in other pivot tables page fields (if available), where some field names are different. Excel 2002 and later versions. PivotMultiPagesDiffChange.zip 20 kb
PT0014 - Filter from Worksheet Date Range -- Enter start and end dates on the worksheet, and update the pivot table, to show matching items. PivotDateRange.zip 17kb 10-Mar-07
PT0013 - Filter From Worksheet Selection -- Select an item from a dropdown list on the worksheet, and event code refreshes the pivot table, to show matching items. PivotSelectDept.zip 9 kb 23-Feb-07
PT0012 - Hide Details to Show Last Date -- An array formula in the source data marks the latest record per customer. In the pivot table, hide details to see only the latest data. PivotLastShip.zip 9 kb 09-Sep-06
PT0011 - Remove Duplicate Pivot Caches -- Multiple pivot tables in a workbook may be based on the same data source, but use different pivot caches. A macro creates a list of pivot caches, checks for duplicate data sources, and eliminates duplicate caches. PivotCacheFix.zip 17 kb 02-Sep-06
PT0010 - Print Top Items -- A worksheet contains two pivot tables, based on the same pivot cache. Display Top 10 items in PivotTable1. A macro prints a copy of PivotTable2 for each Top 10 item. PivotPrintTopItems.zip 16 kb 24-Feb-06
PT0009 - Survey Pivot Charts -- Select a question from the dropdown list, and view survey results for that question. PivotSurveyDepts.zip 16 kb 04-Jan-06
PT0008 - Change Multiple Page Fields -- Change either page field in main pivot table, and same selection is made in related pivot tables page fields. Excel 2002 and later versions. PivotMultiPagesChange.zip 17 kb 21-Oct-05
Excel 2000 and older versions PivotMultiPagesChange2K.zip 15 kb 22-Oct-05PT0007 - Multiple Consolidation Ranges -- Create a normal pivot table from multiple ranges, by using MS Query to join the data. One sample file contains the pivot table, the other contains the source data tables. Contains macro to update connection. Zipped file contains 2 workbooks. PivotMultConsol.zip 18 kb 03-Oct-05
PT0006 - Pivot Page Spinner -- Use a spinner from the Control tool box to select the next item in the page field. PivotPageSpinner.zip 17 kb Updated to skip hidden items and to show (All). 18-Jul-05
PT0005 - Change Pivot Source Data -- Modify captions in a pivot table, and the matching data in the pivot table source is changed. PivotUpdateItemCode.zip 19 kb 24-May-05
PT0004 - Hide Page Field Items -- Mark items on a worksheet list, and hide those items in the page field. Change page field selection in main pivot table, and same selection is made in related pivot tables. PivotMultiChangeMarked.zip 20 kb 15-Apr-05
PT0003 - Change Page Field -- Change page field selection in main pivot table, and same selection is made in related pivot tables. PivotMultiChange.zip 17 kb 08-Apr-05
PT0002 - Pivot 97/2000 Show Marked Items -- Mark items on a worksheet list, and display those items in the pivot table. Pivot2000ShowMarked.zip 13 kb 02-Feb-05
PT0001 - Employee Time Tracking -- record hours worked; Pivot Table report and chart TimeChart.zip 8 kb
Functions
![]()
FN0015 - Named Range Pictures -- Select a weather condition name from dropdown list, and the matching picture appears. Uses dynamic ranges with Offset function. Sample file from Aaron Kinser. WeatherPics.zip 99kb 30-Dec-07
FN0014 - Task List and Calendar -- Enter tasks and appointments in a worksheet list, and see items for selected week in a calendar layout. TaskCalendar.zip 23kb 15-Oct-06
FN0013 - Coloured Error Bars -- Calculate the difference between two scores and use coloured error bars to highlight the differences. ErrorBars.zip 4kb 03-Jul-06
FN0012 - Dynamic List -- uses Vlookup formula to create a dynamic list of completed items. VLookupCompleted.zip 10kb 22-Jul-05
FN0011 - Grant Distribution -- uses ranking to distribute available funds to applicants, based on request amount. GrantDistrib.zip 4 kb 05-Mar-05
FN0010 - Database Functions -- uses DSUM and DCOUNT to calculate totals in a database. DSUMSample.zip 11 kb 01-Mar-05
FN0009 - Print Unmarked Invoices -- uses VLookup to create an invoice; a macro prints unmarked items from the list, and marks as printed. InvPrintMark.zip 12 kb
FN0008 - Invoice for Marked Item -- uses VLookup to create an invoice for the marked item in a list; a macro clears old marks. VLookupInvMark.zip 10 kb
FN0007 - Extract Items with Formulas -- Extract items from a list to a new workbook, with formulas intact; contains a macro. CopyToWkbk.zip 12 kb
FN0006 - Extract List of Unique Items -- Use formulas to extract unique items from a list. Based on an example from Paul Cumbers. ExtractUnique.zip 5 kb
FN0005 - Budget vs Actual -- Enter budget and actual amounts; summary sheet shows totals year to date; contains macros. zipped file; BudgetYTD.zip 26 kb
FN0004 - ComboBox Selection -- uses a combo box and the Index function to extract an address from a list. ComboBoxAddress.zip 9 kb
FN0003 - Bingo Cards -- The RAND function is used to produce sets of 3 unique Bingo cards. BingoCard.zip 7 kb
FN0002 - Date Calculation -- enter today's date; create list of upcoming Wednesdays/Saturdays NextWedSat.zip 6 kb
FN0001 - Daily Walking Record-- enter steps walked each day; set thresholds, keep track of days thresholds reached WalkTrack.zip 8kb
![]()
Scenarios
![]()
SC0002 - Alternative to Scenario -- Excel Scenarios are limited to 32 changing cells. This method could use as many variables as columns. ScenarioAlt.zip 7 kb 19-Feb-04
SC0001 - Model Pricing Scenario -- data validation creates dropdown lists, Scenarios store variables, macro automates the scenario display. ScenarioParts.zip 12kb
Comments
![]()
CM0002 - Display Comment Text -- Instead of popup comments, use programming to display comment description in a cell at the top of the worksheet, when a cell with comment code is selected. CommentLUText.zip 8 kb 20-May-06
CM0001 - Number and List Comments -- Use programming to number comments for printing. List numbered comments on a separate sheet. CommentsNumberPrint.zip 14 kb 22-Jan-06
Home Excel Tips Sample Spreadsheets
No help is available for the sample files. If you have comments or suggestions, please contact ddalgleish@contextures.com
These sample files are provided "as is" for the sole purpose of illustrating Excel techniques. The authors do not warrant that the examples will meet your requirements or that the operation of the examples will be error free.For links to newsgroup help, and consulting services:
Contextures contact informationLast updated: May 12, 2008 5:05 PM