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

May the Macros Be With You

May is Macros month. You can learn how to save time and effort by replacing repetitive or time consuming tasks with a macro. Macros make delegation easier. Four live Excel webinars to get you started with macros. The first one is free. Over 5 hours of training. Buy the Essential Macros Bundle for AU$60 and be registered for all the live May sessions (see below for dates) plus get access to the online courses including bonus macro content. Essential Macros…

Continue ReadingMay the Macros Be With You

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

VBA Window Split

I just found out you can split the VBA code window. See images below. Use the small icon above the right side scroll bar. This can be useful if you have a long block of code and need to look at separate parts together. Thanks to Bob Umlas the Excel MVP for sharing.   You can double click the split bar to remove it.

Continue ReadingVBA Window Split

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]

End of content

No more pages to load