General Advice - use of Ctrl key sequences

Sparkle99

Board Regular
Joined
May 22, 2009
Messages
119
Hi,
I am generating an XLSM file to send to users that will allow them to enter various values.
I want them to be able to use simple Ctrl key sequence to do various activities on the file (mostly to auto-fill some cells).

Currently the file contains macros that are invoked by Ctrl-e, Ctrl-j, Ctrl-l & Ctrl-m.
I chose these as I don't believe they are used (or almost never) in Excel 2007.

But the sequence of e, j, l, m is not intuitive.
I don't want to use Ctrl-a, Ctrl-b, Ctrl-c... for obvious reasons.

Q - Is it possible to use Ctrl-1, Ctrl-2 etc.. ?

Otherwise, any advice to impart ? Suggestions as to how to make user-invoked macros easy to run in a generated file.

Thanks in advance for your help.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Yes to buttons, but the nature of the source sheet means that I would need to copy/paste the button objects onto the sheet with code.
The buttons could be on another sheet no problem.

For aesthetic reasons (never the best, I know !) I would like to avoid buttons.
 
Upvote 0
How about using cells on the source sheet to act as buttons and then using Worksheet_SelectionChange to call the macros based on which cell is chosen?
 
Upvote 0
use Ctrl+Shift+a, Ctrl+Shift+b, Ctrl+Shift+c and so on.............

Are these not used ?
Pardon me for being dim here.

So, Ctrl+a is different to Ctrl+A ?
That what I assume Ctrl+Shift+a would be.

If so, then this does what I'm after.
 
Upvote 0
Are these not used ?
Pardon me for being dim here.

So, Ctrl+a is different to Ctrl+A ?
That what I assume Ctrl+Shift+a would be.

If so, then this does what I'm after.

yeap Ctrl+a and Ctrl+A are different.
go ahead you are in the right path.
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,292
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top