Re: [dev] A question about the view cursor in Calc

2005-08-16 Thread Michael Mi
It works, thanks :-) Michael Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Michael, I want to make a program which can automatically move the current view cursor to a particular cell in Calc. try ... Sub Main Dim oDocument as Object Dim

[dev] A question about the view cursor in Calc

2005-08-12 Thread Michael Mi
Hi, I want to make a program which can automatically move the current view cursor to a particular cell in Calc. I checked the development guild, but found no clue. Anybody can tell me what service/interface I should use? Thanks Michael

Re: [dev] A question about the view cursor in Calc

2005-08-12 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Michael, I want to make a program which can automatically move the current view cursor to a particular cell in Calc. try ... Sub Main Dim oDocument as Object Dim oView as Object Dim oSheet as Object Dim oCell