question

RonBroylesEE-1932 avatar image
0 Votes"
RonBroylesEE-1932 asked

Layman's terms for <Expression not defined in context> and what to look to fix?

I am currently learning more and more on how to program in VBA. I am running into on issue which is <Expression not defined in context>. I do not really know what to look for to fix it. Setting a watch has not helped me in the slightest and every where I look I get these short complicated answers which are really helpful to anyone. If some can help as to what's going on. Is it because I am improperly calling a data range from two separate work sheets, or an error within using a function.


Range("Input!E10").Value = Application.WorksheetFunction.Index("PUE!C3:PUE!E21", "Input!A9", 3)

office-vba-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers