Still can not find this error message documented

rpwagner

New Member
Joined
Feb 28, 2002
Messages
22
Expression not defined in context. I have done searches all over the place and can not find this error message that appears in the vb watches screen. can anyone help me on this/
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Posting the error from Excel will do little good. Even if it was a common error, with out your code or formula we will only be able to give a general answer. Post your code!

I will tell you this: The error message you have posted is given when you are using a property or method out side its designed context. Like using a graph plot property to modifiy a font. You may think that you can use what ever you are using, but Excel is telling you that it cannot use part of your code from that "line" or within a "With or If" block with the other parts of the code you are using.

Tell us what you are trying to do and show us the code! Hope this helps both of us. JSW
 
Upvote 0
Hi

Simply Excel well VBA dont like something

Run debug to find the effected line, can i secod some code would help, we will run it and try to fix...

Code is not secret the data in the sheet might be of casue so no worrys there...
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,020
Members
448,939
Latest member
Leon Leenders

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