error msg 400

hschussler

New Member
Joined
Jan 4, 2007
Messages
7
I am trying to copy a sheet onto another wprkbook (which has macros) and after I copy and try to compute the macro I get an error 400 msg...what should I do?

thanks,
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Unfortunately Error 400 doesn't tell you much except that something isn't working.

Make sure your macro references the correct sheet names and workbooks...a sheet must be active to make changes to it in code, and also the sheet must be in the active workbook to make changes to it in code.

Otherwise, step through the code until you can find where the error occurs.

Debugging help:
http://krgreenlee.blogspot.com/2006/04/programming-excel-vba-debugging-for.html

http://www.cpearson.com/excel/Debug.htm
 
Upvote 0

Forum statistics

Threads
1,215,018
Messages
6,122,703
Members
449,093
Latest member
Mnur

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