Hi,
This new functionality seems to have changed the way the dot operator (".") works in Excel. Prior to this change, entering =A1.B10 would resolve to =A1:B10 and select the range. I am working with some older code (that I unfortunately cannot edit), and it has several ranges selected using this shorthand. Since the change, these ranges now throw a #FIELD! error.
Could the dot operator be changed to allow cellname.cellname to be interpreted as a range like it was in the past? Or is there a way to disable this functionality and restore the previous behavior without rolling back Excel? This is causing compatibility issues for our clients with the newest versions of Excel.
There's an example of this functionality in the post here: https://techcommunity.microsoft.com/t5/Excel/Cell-Range-Delimiter/m-p/302359
Thank you!