Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No single keystroke to find out the current Excel worksheet #6613

Closed
Qchristensen opened this issue Dec 2, 2016 · 4 comments
Closed

No single keystroke to find out the current Excel worksheet #6613

Qchristensen opened this issue Dec 2, 2016 · 4 comments
Assignees
Labels
app/microsoft-office p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority quick fix
Milestone

Comments

@Qchristensen
Copy link
Member

There is no single command which tells you which worksheet you are on in Excel without performing an action.

Object navigation can be used: NVDA+numpad 8 / NVDA+shift+up arrow jumps immediately to the sheet and tells you, however for those not overly familiar with object navigation, pressing it again jumps to the parent of the worksheet (Excel itself) which could be confusing.

The elements list will also tell you, although it defaults to charts, so you need to press NVDA+f7, then alt+s.

Alternatively there are seveal commands which perform actions which can be used, control+page up then control+page down, as long as the worksheet isn't the first one.

Similarly alt+tab to another application and back.

Knowing which worksheet you are on is important, but is it worth adding a new keystroke to give extra context information? Possibly such information could be useful in other programs, such as knowing which section and page you are on in Onenote.

@derekriemer
Copy link
Collaborator

derekriemer commented Dec 2, 2016 via email

@michaelDCurran
Copy link
Member

michaelDCurran commented Dec 2, 2016 via email

@feerrenrut
Copy link
Contributor

It sounds like this one might be an easy win. Setting as a priority 2.

@feerrenrut feerrenrut added app/microsoft-office p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority quick fix labels Dec 15, 2016
@feerrenrut feerrenrut self-assigned this Jan 12, 2017
@feerrenrut
Copy link
Contributor

Example output: "Sheet MyWorksheet, G11"

feerrenrut added a commit that referenced this issue Jan 16, 2017
Provide a command to report the name of the worksheet and the cell
location while in MS excell.

Fixes #6613
feerrenrut added a commit that referenced this issue Jan 17, 2017
Re issue #6613
Merge branch 'i6613-getCurrentExcelWorksheet' into next
@nvaccessAuto nvaccessAuto added this to the 2017.1 milestone Jan 31, 2017
feerrenrut added a commit that referenced this issue Jan 31, 2017
Provide a command to report the name of the worksheet and the cell
location while in MS excel. This can be triggered with `NVDA+numpadDelete` or for laptop layout `NVDA+delete`

Fixes #6613
feerrenrut added a commit that referenced this issue Jan 31, 2017
- Added a command to report the name of the worksheet and the cell location while in Microsoft Ecel. This can be triggered with `NVDA+numpadDelete` or for laptop layout `NVDA+delete`. (Issue #6613)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app/microsoft-office p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority quick fix
Projects
None yet
Development

No branches or pull requests

5 participants