PC Review


Reply
Thread Tools Rate Thread

Active cell jumps when conditions are met on a single row but I needan expanded macro that will do the same on multiple rows

 
 
Michael Lanier
Guest
Posts: n/a
 
      19th Apr 2010
I have a spreadsheet layout that requires the active cell to jump
locations after the required information is entered. Also, the values
of the cells will frequently change as needed, so a solution must
allow for changes in entries. A sample of my macro for a single row
follows. The worksheet is Sheet1.

If Range("A1").Value > 0 And Range ("B1").Value = "" Then
With Me
Application.GoTo Range("B1"), Scroll:=False
End With
End If

This works fine for a single row, however, if I have 500 rows, I need
a macro that will allow for the same condition on all 500 rows. A
solution would be greatly appreciated. Thanks in advance.

Michael
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
missing cell rows (jumps from 2 directly to 9) cpliu Microsoft Excel Discussion 2 7th Jan 2010 09:48 PM
Multiple Cells/rows in Column selected when a single cell is click Mick Microsoft Excel Misc 0 10th Oct 2008 02:05 PM
making a single cell the header for multiple rows thomas e donnelly Microsoft Excel Discussion 5 6th May 2005 11:05 PM
editing macro to pull multiple cells instead of a single cell spence Microsoft Excel Worksheet Functions 1 16th May 2004 04:25 AM
Help - convert text in single cell to multiple rows tay_olivia Microsoft Excel Discussion 1 17th Feb 2004 02:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:12 PM.