如何使用键盘快捷键将值输入到具有列表数据验证条目的单元格中?


0

所以我使用数据验证只允许用户从列表中输入值。如何在不使用鼠标的情况下从列表中选择内容?

例如,这是我做的:

在此输入图像描述

单击活动单元格旁边的小箭头将为我提供一个下拉列表,使用该下拉列表可以选择适当的值。我怎么用我的键盘做到这一点?

Answers:


2

1)导航到单元格

2)按 <ALT><Arrow down>

3)使用向上/向下箭头导航到菜单条目

4)按<Enter>接受所选条目


1
另请注意,Tab键通常会从一个位置移动到另一个位置,以方便非鼠标导航。
fred_dot_u
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.