Copper Contributor Mar 02, 2022 I don't know how this happened, but my cursor will not move using the arrow keys. I can move it using my touch pad but I can't move it around in the workbook. I need to be able to go up or down, ri... ...
My cursor stopped moving by the keyboard, only in Excel. Works fine in Word. There's no scroll lock key on my laptop, but pulling up the virtual keyboard the scroll lock key was not on. The cursor looks like a cross while it will not move. I tried turning drag and ...
Sub moveToCell()Dim Tday As IntegerDim Tstore As IntegerDim Tmth As IntegerTday = Sheets(\"Main\").Range(\"E3\").ValueTstore = Sheets(\"Main\").Range(\"E4\").ValueTmth = Sheets(\"Main\").Range(\"E5\").ValueSheets(\"Tmth\").ActivateSheets(\"Tmth\").Range(Tday ...