macro equivalent of VBA Range()

2015-06-30 Thread Mark Polczynski
I am an absolute beginner to OpenOffice macros, but have some knowledge of VBA. What is the OpenOffce macro equivalent of the VBA statement: x = Range("Y") Also, what is the equivalent of: x = Cells(1,1) Thanks! Mark Polczynski

Re: macro equivalent of VBA Range()

2015-06-30 Thread FR web forum
For this kind of question, the best way is to go on the community forum: https://forum.openoffice.org/en/forum/viewforum.php?f=20 - Mail original - De: "Mark Polczynski" À: dev@openoffice.apache.org Envoyé: Mardi 30 Juin 2015 20:54:43 Objet: macro equivalent of VBA Range(

Re: macro equivalent of VBA Range()

2015-07-01 Thread Andrew Pitonyak
On 30.06.2015 14:54, Mark Polczynski wrote: I am an absolute beginner to OpenOffice macros, but have some knowledge of VBA. What is the OpenOffce macro equivalent of the VBA statement: x = Range("Y") Also, what is the equivalent of: x = Cells(1,1) Thanks! Mark Polczynski I assume that y

Re: macro equivalent of VBA Range()

2015-07-03 Thread FR web forum
>I assume that you posted this to the forum as suggested, but, I did not >see your question there (it is a better place to answer these questions) https://forum.openoffice.org/en/forum/viewtopic.php?f=45&t=77925 But no feedback from the author.

Re: macro equivalent of VBA Range()

2015-07-03 Thread JZA
On Wed, Jul 1, 2015 at 8:57 AM, Andrew Pitonyak wrote: > On 30.06.2015 14:54, Mark Polczynski wrote: > >> I am an absolute beginner to OpenOffice macros, but have some knowledge of >> VBA. What is the OpenOffce macro equivalent of the VBA statement: >> >> x = Range("Y") >> >> Also, what is the e

Re: macro equivalent of VBA Range()

2015-07-04 Thread John O'Sullivan
Range( ) is supported in AOO Basic, when the VBA compatibility mode is on. It can be used within a function, but can't be used as a parameter... On 3 July 2015 at 10:26, JZA wrote: > On Wed, Jul 1, 2015 at 8:57 AM, Andrew Pitonyak > wrote: > > > On 30.06.2015 14:54, Mark Polczynski wrote: > > >