Notifications
Clear all
VBA & Macros
2
Posts
2
Users
0
Reactions
66
Views
Topic starter
Posted : 16/04/2022 1:32 am
Hi Mandeep,
First I think you are referring to rows as columns and to columns as rows (row E, row F are columns not rows), that makes it difficult to understand.
In order to make the cursor jump to the next cell you want, select ALL CELLS that should receive values from scanner, right Click>Format Cells, then in protection tab you have to clear the Locked checkbox.
Then, from Review tab in ribbon, Protect the sheet with the option to Select Only UNLOCKED cells. This way, the cursor will move only in the ranges you have unlocked, in the order set by the excel option to "Move Right" or "Move Down"
Posted : 17/04/2022 2:08 am