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

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
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,214,593
Messages
6,120,435
Members
448,961
Latest member
nzskater

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