Excel Tips
Delete a Worksheet in a Macro Without Delete Confirmation »
October 23, 2001
Is there a way in VBA to remove a worksheet which will bypass the "The selected sheets will be permanently deleted. Click OK" prompt?
Add New Months To Excel Chart »
October 23, 2001
A common problem faced by Excel users is they have a chart of time-series data and need to extend the chart with new figures. Editing all of the data series for a number of charts can be time consuming.
Find the Elapsed Time Between Two Time Entries »
October 22, 2001
I need to find the elapsed time between two moments. Each moment has a date and a time. I need to know how much time was elapsed, in minutes or in hours and minutes.
Number Format to Hide Zeroes »
October 22, 2001
When I copy cells to a another page, then I link them, I get zeroes in the empty cells were there is no data.
October 21, 2001
Let's say you have a thousand-line table. With clever subtotaling, you create a 30-line summary. You want to copy this summary onto a worksheet containing other information.
October 18, 2001
How can I open a workbook in VBA choosing from a list?
Naming a Worksheet as the Value of a Target Cell »
October 16, 2001
How can I change the name of the worksheet only, with text located in cell A1?
Use a CSE Formula (Array Formula) to Perform Super-Calculations on Data »
October 16, 2001
Use array formulas (CSE Formula) to perform super-calculations in Microsoft Excel. A single array formula can replace 5000 other formulas, but only if you know the secret keystrokes. Let MrExcel demystify these powerful Excel formulas.