Hi :) I'm not sure if it's relevant but there are some guides listed in the wiki http://wiki.documentfoundation.org/Documentation#Other_Documentation_and_Resources
Regards from Tom :) ________________________________ From: Bill Gradwohl <[email protected]> To: [email protected] Sent: Mon, 5 September, 2011 4:51:26 Subject: Re: [libreoffice-users] CALC - copy formula via macro -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 09/04/2011 07:38 PM, Andrew Douglas Pitonyak wrote: > > Dim o > Dim oSheet > Dim oRange > Dim oDoc > > oRange = oDoc1.Sheets(0).getCellRangeByName("B2:C3") > oDoc1.CurrentController.select(oRange) > o = oDoc1.CurrentController.getTransferable() > > oRange = oDoc2.Sheets(0).getCellRangeByName("F1") > oDoc2.CurrentController.select(oRange) > oDoc2.CurrentController.insertTransferable(o) > Andrew: I'm going to have to study this one. GetTransferable / insertTransferable - Never heard of them! - -- Bill Gradwohl Roatan, Honduras 504 9 899 2652 IM:[email protected] (No email please-IM only) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAk5kRz4ACgkQ7Orvev+eC8qdkQCgtdzPAwRSQPvV3OWOTY4EH4fI hWoAoJeBMO5zxfEbmnJZg9rTX1p0Mzgp =+R9E -----END PGP SIGNATURE----- -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
