shortcut keys

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Can anyone tell me these key combinations?
to tab between worksheets in a workbook
to insert a tab in the text in a cell
Is there a list of these kinds of key combos anywhere?
Thanks
Eric
 
Look at the "Microsoft Excel keyboard shortcuts" topic in Excel Help.
 
Ctrl+PgDown or PgUp will tab between worksheets...

.....to insert a tab then you need to either format the cell left
(indent) or right (indent) or fake it with spaces if you want the "tab"
to be in the middle of the cell.

Alt+Enter will put a carriage return in..

Hth,
OJ
 
="abcd" & CHAR(9) & "efgh"

will put a tab character in the string, but Excel doesn't do anything but
display the squarebox to indicate a non-printing character.

You probably need to use the spacebar.
 
Eric said:
Can anyone tell me these key combinations?
to tab between worksheets in a workbook
to insert a tab in the text in a cell
Is there a list of these kinds of key combos anywhere?
Thanks
Eric
okey dokey, thanks all
Eric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top