Tips

  1. How to copy a cell in Excel and move to next cell in your record?
  2. How to paste data in your application and move to next item?
  3. How to create timestamps for your files using Automation Anywhere's System variables?
  4. What is the recommended way to open the application as part of your task?

 

  1. How to copy a cell in Excel and move to next cell in your record?

When you highlight the cell and use the keystrokes Ctrl + C to copy a cell in Excel, it also copies an extra ENTER keystroke along with the data in the cell. To only copy the cell in the Excel file use the keystrokes [F2][HOME][SHIFT DOWN][END][SHIFT UP][CTRL DOWN]c[CTRL UP].

The above series of keystrokes copies the data in the cell.

Now, if you want to move the cursor to the next cell after copying the current cell then you need to use the following keystrokes.

To skip a cell, you need to use the corresponding key twice. For e.g. to move RIGHT to alternate cells, you have to use [TAB][TAB]

  1. How to paste data in your application and move to next item?

Most of the applications support the keyboard shortcut 'Ctrl + V' to paste the data that has been copied to clipboard. To paste the data using keyboard you need to ensure that the focus is at correct place for e.g. right cell in a table or correct control in browser page etc. and then perform the 'Ctrl + V' keystrokes. To simulate Ctrl + V in Automation Anywhere, you need to write it as [CTRL DOWN]v[CTRL UP].

The above series of keystrokes paste the data in your application.

Following are some examples on how to move to next record/cell in your application using keyboard.

  1. How to create timestamps for your files using Automation Anywhere's System variables?

Automation Anywhere provides following System variables that can be used in appending timestamps

You can use the combination of any of the above variables to create a timestamp of your own choice.

Examples

 

  1. What is the recommended way to open the application as part of your task?

When you record a task, it is possible that you would have double-clicked the icon of your application on the desktop or went to Start->Programs menu and clicked the icon from the menu. Now, it is very likely that over a period of few days the location of those icons can change resulting in the task to error out. We recommend you to follow the below mentioned best practice