Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying and pasting text in Lotus 9.7 1

Status
Not open for further replies.

slotcardan

Technical User
Mar 17, 2003
17
US
I am trying to copy text from one cell location and paste it at the end of text located in another cell. Now I can do this by using ctrl+c, then go to the other cell, F2 for edit, space then ctrl+v. This places the text at the location I have selected. When I try and write a macro for this it doesn't see the {edit-paste} after the {edit}. WHY???
 
Cursor macros have been compromised in the 9.x releases.
But a non-cursor version is superior anyway, so try:

{LET A1;@S(!A1)&@S(!B1)}



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top