Excel Copy Across Macro

When you work with dynamic arrays and spill ranges you get used to the formula automatically spilling across to populate a range. When you aren’t using dynamic arrays, it can be frustrating to have to copy formulas across. Here’s a simple macro solution. In the image below I need to copy cell C3 across to the range D3:N3. This is a standard budget layout in Australia where the financial year starts in July. A one-line macro command can copy this…

Continue ReadingExcel Copy Across Macro

Stop Excel Control being Clicked

In a protected worksheet users can still click on checkbox and option button controls. A warning message will pop up if the control’s linked cells are locked. There is a technique you can use to stop users clicking on these controls. This involves a macro that you can run just before you protect the sheet.

(more…)

Continue ReadingStop Excel Control being Clicked

Hiding Multiple Sheets in Excel Using xlVeryHidden

It is easy to hide multiple sheets in Excel. Unfortunately, it now just as easy to unhide those sheets. You can hide sheets and make it harder to unhide them. You can use a setting called xlVeryHidden (no kidding) that won’t display the sheet name if you right click a sheet tab and choose unhide sheets.

(more…)

Continue ReadingHiding Multiple Sheets in Excel Using xlVeryHidden

Outlook macro to stop sending an email without an attachment [VIDEO]

I don’t do many Outlook macros, but this one is really useful and I have used it for a long time. It looks at your outgoing email and checks to see if you have the word attach in it and then checks to see if you have an attachment. It warns you if you don’t.

(more…)

Continue ReadingOutlook macro to stop sending an email without an attachment [VIDEO]

Excel Data Validation Blind Spot

One of the problems with Excel’s Data Validation is that it is possible to have an invalid entry in a data validation cell. This can be caused by Paste Special Values or linked drop downs that don’t update if an earlier drop down is changed. To easily identify invalid cells you can use a macro.

(more…)

Continue ReadingExcel Data Validation Blind Spot

End of content

No more pages to load