Copy Module Question

autofire

New Member
Joined
Sep 6, 2014
Messages
1
Hi,

I've just started learning Excel VBA, and must say that I've found a lot of answers to my problems on this forum searching the web.

At the moment I've created a macro which involves copying data from one workbook to another. Once I got the macro to work, I figured I'd use it in another workbook as well. I copied the Module over to the other workbook, but when I run the macro from that workbook it executes the macro on the workbook I copied it from.

I've checked my code and I can't find any references to the workbook I copied the Module from. The closest I get is the ThisWorkbook statement.

Any ideas what's fooling me?

Cheers
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hello

Please copy the code, then we can have a look at it.
You can use the # icon to format the code.
 
Upvote 0

Forum statistics

Threads
1,225,062
Messages
6,182,628
Members
453,128
Latest member
Dinesh Shukla

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