Post Reply 
[Request] restart a spreadsheet
06-27-2014, 02:26 PM
Post: #17
RE: [Request] restart a spreadsheet
(06-27-2014 05:50 AM)cyrille de brébisson Wrote:  hello

(06-26-2014 02:38 PM)Jsather Wrote:  I was using lower case. I've attached some screen shots to show my environment.

how strange, it seems to work here for me...
and you are sure that "test" is a spreadsheet app?

can you try switching to the default spreadsheet app and try again?

cyrille

This syntax does not work for me, I get the same error as Jsather

creating a loop reset 2 row and 20 columns, this works, but it is very far that we are looking for and also is very slow,

Code:

            FOR B FROM 2 TO SIZE(DIMENSIONES)+1 DO
                FOR C FROM 1 TO 20 DO
                    Spreadsheet.Cell(B,C,-1):={"",−1,−1,−1,−1,32768,32768,1,−1,−1,−1};
                END;
            END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[Request] restart a spreadsheet - fabila - 06-15-2014, 03:40 AM
RE: [Request] restart a spreadsheet - fabila - 06-27-2014 02:26 PM



User(s) browsing this thread: 1 Guest(s)