Forum Discussion
dmnwc
Feb 05, 2020Copper Contributor
How to autocomplete across sheets
Hi all, Whenever I type on an excel sheet, it will autocomplete a name if I have already used it before. I was wondering if it was possible to make this happen across multiple sheets? For example...
SergeiBaklan
Feb 05, 2020Diamond Contributor
Afraid not, autocomplete works on the same column. If only don't use some VBA tricks like this http://www.vbaexpress.com/kb/getarticle.php?kb_id=244
- dmnwcFeb 06, 2020Copper Contributor
SergeiBaklan If I took the data from sheet one and added it to sheet two then hid those rows, would it be possible for autocomplete to be triggered from both the hidden and unhidden rows on that sheet?
- SergeiBaklanFeb 06, 2020Diamond Contributor
Yes, hiding of rows doesn't affect autocomplete. You may do small test yourself.