Gerrit Jasper wrote: > Moisés, Stephan, > > Excuse me for butting in. I just found out that you switched to the > [api-dev] list. I get the funny feeling that the two of you are not > talking about the same thing. > > Moisés, > > (Moisés Márquez Gil wrote:) > >> I need to select and process several cells in Calc at the same time. I cannot >> copy these at the same time , for example. I think its trivial to do. If in the >> selection the second and consecutives cells were vectors from the first it so >> easy to do. >> I have no such time to investigate it, but I will to try. >> > Could it be that you want a macro that does different things depending > on the arguments that you might pass to it ? Or acts on variables or cells that you have set or selected previously? Or do you need more than one macro? > > Sincerely, > > Gerrit Jasper. > I need a macro that do these (I wrote the steps I want to do)
| Select cells | -> | Do something | -> | Record macro | -> | Execute macro | 'Do something' could be: erase, copy, give a format ... The problem is that when I do this operation it go right. But, later ... when I execute the macro It only execute the operation in the first cell. I've read the code which is generated by the macro recorded, only the first one has been written. If I cannot do it with macros, I must do it writing all the code. Thanx, Moisés Márquez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
