Move sheet with new name to another (closed) workbook.

VBaQuestion

New Member
Joined
Feb 2, 2017
Messages
13
Hi forum,

it seems easy enough...NOT.
With the following code I intend to
-move a sheet to another workbook,
-rename it (actually, with a name consisting of cells "A9" and "_" and "H8" of said sheet)
-place the sheet at the beginning of the workbook it was moved to,
-and continue with the userform in which the code was running.
-the workbook, the sheet get moved to, ("InvoicesBU_2017") remains closed

"My" code doesn't work, your code solving my challenges would be very appreciated!

Code:
Worksheets("InvForm1").Move before:=Workbooks("InvoicesBU_2017.xlsm").Tabelle1
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,214,918
Messages
6,122,246
Members
449,075
Latest member
staticfluids

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