Forum Discussion
CarlJakobsson
Oct 21, 2022Copper Contributor
Difficulty matching cell values
Hello, I have made a VBA macro that reads cell values into an array and compares with values in another array. If there is a match, an action is taken (not relevant). It works with some exception...
OliverScheurich
Oct 21, 2022Gold Contributor
Can you share the code of your macro?
- CarlJakobssonOct 21, 2022Copper Contributor
Hi. yes I can, but I dont think the problem is in the code. I can see the behaviour in
the cell when I place the cursor in the cell and press enter. Most of the time the content stays in place without moving. In some specific cells the content moves to the far left. OliverScheurich