How to easily swap ranges in Excel (1 click)

Copying, pasting, and moving cells are simple everyday tasks for Excel users. But what if something already occupies the area we want to paste to? We must perform the move-move-move shuffle by moving something into a temporary location before placing everything into its final destination. Wouldn’t it be better if there were a simple way to swap ranges … Read more

How to run Excel macros from Power Automate Desktop

Power Automate Desktop is a Microsoft tool for automating processes in a desktop environment. It’s a really powerful tool, but suffers from one significant drawback… it has limited Excel actions. However, Microsoft has given us the ability to run Excel macros from Power Automate Desktop; therefore, this gives us the power to do almost anything … Read more

Application.CutCopyMode = False (How to use it)

Application.CutCopyMode = False

If you use copy and paste while recording a Macro, we will see the code which refers to Application.CutCopyMode = False. You may wonder why it’s there? What does it do? In this post, we answer all your question about Application.CutCopyMode. Table of Contents Application.CutCopyMode = False in recorded macros What is Application.CutCopyMode = False for? … Read more