Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Web Services - SetRangeA1

Hi
I'm attempting to use Excel Web Services, and am not getting the results I
expect.

I am attempting to use the SetRangeA1 method:

object[] objOne = new object[3];
objOne[0] = 1;

objOne[1] = 2;

objOne[2] = 3;

myEWS.SetRangeA1(sessionId, "Chi Square Calcs", "CalcFundOne", objOne);

and am getting the error message:

The requested range is not a valid sheet location.

If I change the range name "CalcFundOne" to an invalid name, I get a
different error message.
If I change the size of the object array, I get an error message saying that
my object array is the wrong size.

So I know that the range is being found and is of the correct size. So I
don't really understand what this error message means.

Any help much appreciated.
Cheers,
Charles


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Text Services to Counts of Services Mike S. Excel Discussion (Misc queries) 4 March 5th 07 06:51 PM
Excel Add-In for Analysis Services - What-If ssauerw Excel Programming 0 August 17th 06 09:08 AM
Excel, COM+ and Web Services YCI Excel Programming 1 October 28th 05 12:33 AM
New Excel Add-In for Analysis Services James[_34_] Excel Programming 7 December 14th 04 11:47 PM
Web Services desde excel!!! ElPooldotNET Excel Programming 0 April 30th 04 02:16 PM


All times are GMT +1. The time now is 07:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"