Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
c_new
 
Posts: n/a
Default Macro to go to the first column?

Hi there. I'm trying to create a macro/shortcut key to go the first column
and either the current or next row that I'm in. I have the sheet froze as I
am working in a spreadsheet that has columns A - AZ and rows 1 - 1200. I
know I could use the TAB for the row and then ENTER but often I'm just using
my right hand (lots of data entry).

I've been cruising around this site and everyone is just so helpful! I've
found lots of answers and fun stuff to make my work more efficient. I
appreciate any and all assistance.

Thank You!
Cara
  #2   Report Post  
Bob Umlas
 
Posts: n/a
Default

Sub SelectFirstCol()
cells(Activecell.Row,1).Select
End Sub

"c_new" wrote in message
...
Hi there. I'm trying to create a macro/shortcut key to go the first

column
and either the current or next row that I'm in. I have the sheet froze as

I
am working in a spreadsheet that has columns A - AZ and rows 1 - 1200. I
know I could use the TAB for the row and then ENTER but often I'm just

using
my right hand (lots of data entry).

I've been cruising around this site and everyone is just so helpful! I've
found lots of answers and fun stuff to make my work more efficient. I
appreciate any and all assistance.

Thank You!
Cara



  #3   Report Post  
c_new
 
Posts: n/a
Default

Thank you! It took me a few minutes but it did what I needed. Thanks for
your expertise!

"Bob Umlas" wrote:

Sub SelectFirstCol()
cells(Activecell.Row,1).Select
End Sub

"c_new" wrote in message
...
Hi there. I'm trying to create a macro/shortcut key to go the first

column
and either the current or next row that I'm in. I have the sheet froze as

I
am working in a spreadsheet that has columns A - AZ and rows 1 - 1200. I
know I could use the TAB for the row and then ENTER but often I'm just

using
my right hand (lots of data entry).

I've been cruising around this site and everyone is just so helpful! I've
found lots of answers and fun stuff to make my work more efficient. I
appreciate any and all assistance.

Thank You!
Cara




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
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Zip Code Macro Ken Wright Excel Worksheet Functions 0 December 9th 04 07:55 AM


All times are GMT +1. The time now is 10:12 AM.

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

About Us

"It's about Microsoft Excel"