Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3227310
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:33:34+00:00 2026-05-17T16:33:34+00:00

please help me with the following: I want to determine the maximum value in

  • 0

please help me with the following:
I want to determine the maximum value in an open office calc column using the OOoTools.pas
interface.
This as fas as I come:

Procedure FindMaximum(oMySheet : Variant);
Var
            oFuncService : Variant;
Begin
  oFuncService := CreateUnoService('com.sun.star.sheet.FunctionAccess');
  ShowMessage(oFuncService.callFunction('MAX', VarArrayOf([10,20,50])));
End;

This works

Of course I want to fill in the values of a column like:

ShowMessage(oFuncService.callFunction('MAX', VarArrayOf([oMySheet.getCellRangeByName('K8:K10')])));

I get the message “com.star.lang.IllegalArgumentException:.” why?
Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T16:33:34+00:00Added an answer on May 17, 2026 at 4:33 pm

    Here I am again.

    Is it the callFunction method that gives this error or the getCellRangeByName method?

    procedure FindMaximum(oMySheet : Variant);
    var
      oFuncService : Variant;
      oCellRange: Variant;
      oResult: Variant;
    begin
      oFuncService := CreateUnoService('com.sun.star.sheet.FunctionAccess');
    
      //error here?
      oCellRange := oMySheet.getCellRangeByName('K8:K10');
    
      //or error here?
      oResult := oFuncService.callFunction('MAX', VarArrayOf([oCellRange]));
    
      ShowMessage(oResult);
    end;
    

    I have to say that I find the documentation a bit unclear.

    When you have the error on the callFunction method in my above sample, try this:

    //CellRange not wrapped in a VariantArray
    oResult := oFuncService.callFunction('MAX', oCellRange);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the problem with following code? Please help me out. I want to
Please help me understand the following: I create a CharBuffer using CharBuffer.wrapped(new char[12], 2,
Hello could someone please help me with the following: I want to center the
I want to convert following string into NSDate format 2012-04-29T08:20:04Z Please help me. How
Please help me with the following code. All I want to do is see
i want to design following charts in android using canvas or other methods please
I want to check the following condition in MYSQL. Please help me to find
Please help regarding the following issue. I have enabled the Block popup option in
Please help me with following, I have a database which contain strings ( e.g.
Please help with the following: I have an input file that is quite heterogeneous

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.