Arduino Micro - Move cursor in LCD

There is no command for move cursor.

I beg to differ. setCursor(column, row); moves the cursor to the row and column specified assuming that both are in the range of values valid for the LCD. The next thing printed to the LCD will start printing at that position.

Please post a program that illustrates the problem that you are having.