Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

navigation around excel workshee

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Navigation around excel worksheet

Navigation around excel worksheet

ResolvedVersion 2003

Carole has attended:
Word Intermediate course
Excel Introduction course
Excel Intermediate course

Navigation around excel worksheet

I use Excel 2007 at work but have the 2003 version for the Mac at home. On my home version, the direction arrow keypad used to move the cursor freely between cells but now appears to be locked, thereby making navigation around the worksheet only possible via the scroll bars at top and bottom. Have tried various things to unlock this but not having much luck. I'm sure there's a simple solution but what is it?

Edited on Wed 15 Sep 2010, 15:37

RE: Navigation around excel worksheet

Hi Carole


After researching this it appears that the F14 key is the scroll lock key on a mac keyboard. F14 can be found just above the help key.

Press F14 and check to see if you can use the arrow keys to move around.

Thanks

Newson

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Excel tip:

Use RANDBETWEEN to generate random numbers

There may be occassions where you need to generate random numbers in your spreadsheet. Use the RANDBETWEEN function to generate random numbers between two values that you specify.

The function looks like this:

=randbetween(LOW,HIGH)

where LOW is the lowest number you want generated; and HIGH is the highest number you want generated.

This formula will work with both positive and negative LOWs and HIGHs. Also it will only generate integer numbers unless forced to do otherwise by the following:

=randbetween(LOW*10^PRECISION,
HIGH*10^PRECISION)/(10^PRECISION).

where PRECISION represents the levels of decimal precision needed (i.e. if you need numbers with one decimal place, PRECISION would be 1; 2 for two decimal places and so on).

One final note, if the RANDBETWEEN formula does not work in your spreadsheet or returns a "#NAME" error, you need to install the Analysis Toolpak Add-In. You will need to press F2 then Enter following the installation.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.