This was a bit tricky to fix as EViews wants to use single quotes for long sheet names in a lot of different places and single quotes are almost ALWAYS considered a comment in an EViews program. Gareth's solution of just using double quotes around the whole range value works, but also looks a bit unwieldy when it's just the long sheet name, like this:
So I changed EViews to use double quotes instead. Either of the following will now work (after the next patch):
(this is what you'll see generated by our command capture window now)
or
For backwards compatibility, single quotes will continue to work just fine in the command window post patch. But in an EViews program, you can now use the captured command which uses double quotes.
Steve