Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Go To the next empty cell in Column A

Using Vista and Excel 2007, I will be constructing a mailing list with 10
columns. In the first empty row of column A will be added a new name for the
list. With 10 columns it is not possible to view Column A from Column L on
screen. With hundreds of names to add to the list, I need a fast way to go
to the next empty cell in column A to add the next name..
I am familiar with tables in Access where there is an icon that will take me
to the next empty cell in column A. Is there a similar one stroke command to
take me to the next empty cell in column A from anywhere in an Excel
worksheet?
Or can you help me create a one stroke command to do this?

  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: Go To the next empty cell in Column A

Yes, there is a one-stroke command to take you to the next empty cell in column A from anywhere in an Excel worksheet. Here are the steps to create it:
  1. Press Alt + F11 to open the Visual Basic Editor.
  2. In the Project Explorer window, double-click on the sheet where you want to add the command (e.g. Sheet1).
  3. In the code window that opens, paste the following code:

    Formula:
    Sub GoToNextEmptyCell()
        
    Range("A" Rows.Count).End(xlUp).Offset(10).Select
    End Sub 
  4. Close the Visual Basic Editor.
  5. Press Alt + F8 to open the Macros dialog box.
  6. Select the GoToNextEmptyCell macro and click on the Options button.
  7. In the Shortcut Key field, type a letter or number that you want to use as the shortcut key (e.g. N).
  8. Click OK to close the Options dialog box.
  9. Click on the Run button to test the macro.

Now you can use the shortcut key you assigned (e.g. Ctrl + Shift + N) to go to the next empty cell in column A from anywhere in the worksheet.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Go To the next empty cell in Column A

Hi,

Not a single keystroke but two - Ctrl+Down Arrow, Down Arrow.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"DaddyRay" wrote:

Using Vista and Excel 2007, I will be constructing a mailing list with 10
columns. In the first empty row of column A will be added a new name for the
list. With 10 columns it is not possible to view Column A from Column L on
screen. With hundreds of names to add to the list, I need a fast way to go
to the next empty cell in column A to add the next name..
I am familiar with tables in Access where there is an icon that will take me
to the next empty cell in column A. Is there a similar one stroke command to
take me to the next empty cell in column A from anywhere in an Excel
worksheet?
Or can you help me create a one stroke command to do this?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Go To the next empty cell in Column A

If you are entering a name in A the then moving across to L adding other
data as you go................

Type the name in A then Tab to next cell, type in data then Tab to next
cell.

When you reach L enter the data and hit ENTER key.

You will be taken back to A at next row down.


Gord Dibben MS Excel MVP

On Fri, 29 Jan 2010 11:53:02 -0800, DaddyRay
wrote:

Using Vista and Excel 2007, I will be constructing a mailing list with 10
columns. In the first empty row of column A will be added a new name for the
list. With 10 columns it is not possible to view Column A from Column L on
screen. With hundreds of names to add to the list, I need a fast way to go
to the next empty cell in column A to add the next name..
I am familiar with tables in Access where there is an icon that will take me
to the next empty cell in column A. Is there a similar one stroke command to
take me to the next empty cell in column A from anywhere in an Excel
worksheet?
Or can you help me create a one stroke command to do this?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 161
Default Go To the next empty cell in Column A

Either click in any cell in column A which is not empty. Press end and down
arrow. Or else: ctrl + end, home, down arrow. Several other options would
work, too.


"DaddyRay" wrote:

Using Vista and Excel 2007, I will be constructing a mailing list with 10
columns. In the first empty row of column A will be added a new name for the
list. With 10 columns it is not possible to view Column A from Column L on
screen. With hundreds of names to add to the list, I need a fast way to go
to the next empty cell in column A to add the next name..
I am familiar with tables in Access where there is an icon that will take me
to the next empty cell in column A. Is there a similar one stroke command to
take me to the next empty cell in column A from anywhere in an Excel
worksheet?
Or can you help me create a one stroke command to do this?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find first empty cell in column TomHull Excel Discussion (Misc queries) 1 November 9th 09 05:16 AM
Go to last non-empty cell in column Fred Holmes Excel Discussion (Misc queries) 8 January 22nd 09 10:56 PM
How to: Find first empty cell in column DW Excel Worksheet Functions 18 October 12th 07 05:57 AM
find first empty cell in column and start transpose next row in that cell ali Excel Discussion (Misc queries) 6 July 21st 07 11:55 PM
Using last cell in a column that is not empty in a calculation Leo V. Excel Worksheet Functions 0 February 24th 06 06:33 AM


All times are GMT +1. The time now is 07:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"