MOVE or COPY tab in excel

Sweedler

Board Regular
Joined
Nov 13, 2020
Messages
114
Office Version
  1. 2016
Platform
  1. Windows
  2. MacOS
Hello

When you right click on a tab in excel and select "MOVE OR COPY" there is a checkbox with the text "Create a Copy". That checkbox is always blank, is there any way to make that checkbox to be selected as a default setting.

Regards
Marcus
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Not that I'm aware of.
 
Upvote 1
For whatever it is you are trying to accomplish, it sounds like a good candidate to create some VBA code to do, and then you could assign the code to a button or keyboard shortcut.
 
Upvote 1
I was afraid that there might not be a way around this one.

@Joe4 I think that there is not macro for this, at least that I would know of. As this is part of EXCEL's own programming, I do not know how to influence it.
 
Upvote 0
I think that there is not macro for this, at least that I would know of. As this is part of EXCEL's own programming, I do not know how to influence it.
I am not suggesting to try to create VBA code to influence that exact feature, what I am suggesting is creating VBA code to do what you ultimately trying to accomplish.
 
Upvote 0
Try Ctrl+left mouse click on the Tab (you will see a little + symbol), then drag it to the another position on the sheet tab section (or almost anywhere in the sheet) and it will copy it.
If you have a second workbook open and visible you can do the same and drag it to the other workbook and it will create a copy there.
 
Upvote 0
The method I was thinking off is described in more detail under the heading "Copying a Sheet into a New Workbook" on Excel Campus here >
To copy multiple sheets use Shift or Ctrl to select the sheets you wish to copy.

If by a New Workbook you mean a brand new workbook then hit Ctrl+N before you start to create that new workbook.
 
Upvote 0
The method I was thinking off is described in more detail under the heading "Copying a Sheet into a New Workbook" on Excel Campus here >
To copy multiple sheets use Shift or Ctrl to select the sheets you wish to copy.

If by a New Workbook you mean a brand new workbook then hit Ctrl+N before you start to create that new workbook.
Hello

Ok, I see what you were saying. I understand how to select multiple tabs. And, creating a brand new workbook is not what I am after.

What I want to do is select two tabs,
then right click and select "Move or Copy",
..
And here comes the rub. There is a checkbox in that menu, that you need to check in order to create a copy. If you do not, then the two tabs are moved into the new workbook (and that is not what we want). But I want the checkbox to be checked as a default.
 
Upvote 0
I understand that ideally you don't want to tick the check box and as Fluff and Joe have indicated, you can't change that behaviour.
I was suggesting that simply holding down the control key and dragging the required sheets to the other workbook would be an alternative that might actually be quicker.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top