Written by Allen Wyatt (last updated January 23, 2019)
This tip applies to Excel 97, 2000, 2002, and 2003
Any Excel workbook can be converted to an add-in. The steps you need to follow to create an add-in are very precise, and may seem a bit overwhelming (particularly the first couple of times you do it). To create a protected add-in file, follow these steps:
Figure 1. The Protection tab of the project's Properties dialog box.
Figure 2. The Summary tab of the workbook's Properties dialog box.
Note:
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2927) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Creating Add-Ins.
Save Time and Supercharge Excel! Automate virtually any routine task and save yourself hours, days, maybe even weeks. Then, learn how to make Excel do things you thought were simply impossible! Mastering advanced Excel macros has never been easier. Check out Excel 2010 VBA and Macros today!
Do you want a way to reverse names within a cell, making them "last, first" instead of "first last?" Here's a handy macro ...
Discover MoreOne of the most basic of programming structures is the conditional structure: If ... End If. This tip explains how this ...
Discover MoreWhen processing a worksheet with a macro, it may be helpful to periodically recalculate the worksheet. Wouldn't it be ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2017-05-04 14:46:18
Chris
Hi Everyone
Need an help on summing of dates of travel and build macro .. have mentioned the steps to get result
Totally 3 columns.
Employee id, start date and end date of travel.
Out of which we have extract only entries which have 7 or more days of travel.
Things to be noted..
Emp id are repetitive
If start and end date are same should considered 1 day.
If end date of first entry and start date of next entry are same for same employee should be considered 1 days.
We should check if dates are consecutive and more than 7 days for same employee
Result should be report on all consecutive dates for same employee if 7 or more days and dont report if less than 7 days
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2023 Sharon Parq Associates, Inc.
Comments