How can I easily repeat a series of key strokes

D

dsagalow

Version: 2008 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel For example, I want to repeat for every row of a spreadsheet a sequence like the following
copy a cell, paste it in another cell, delete a row, go down one row

And do it again.
 
B

Bob Greenblatt

Version: 2008 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel For
example, I want to repeat for every row of a spreadsheet a sequence like the
following
copy a cell, paste it in another cell, delete a row, go down one row

And do it again.
Well, this would have been a cinch with the VBA macro recorder. But, since
that¹s not available you will have to write a macro by hand in either the
XLM macro language or AppleScript. In lieu of that you really have no choice
other than to do it manually, wait for the next version of Office, or find a
machine with Excel 2004 or a Windows version and use the macro recorder
there.
 
Top