DataEntryMode in Excel
Hi all,
I am using DataEntryMode = xlStrict to disable user entry. However, before this code is ran, other code selects a few cells in order to let my program work correctly.
The problem is that I don't want the last selected cell to be editable (which is the case now because I selected cells before the statement. Normally, if you use the statement all cells are deselected because no other cell is selected).
Thanks in advance
Max
|