VBA code needed to move row if cell has value

lasusa

New Member
Joined
Apr 10, 2013
Messages
16
I have been unsuccessful locating code that will move a row of data to the bottom of a list once a cell is populated.

I don't think this is difficult to do but I am struggling.

-C
 
So should I understand it is an alternative for a Dim, but assigned directly to the Private Sub criteria? Not sure if i wrote it correct: Like it shouldn´t matter, if I use
Code:
Private Sub aaa(ByVal Target As Range)
or
Code:
Private Sub aaa()
Dim Target As Range
?
Anyway still thanks for answer.
 
Upvote 0

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
So should I understand it is an alternative for a Dim, but assigned directly to the Private Sub criteria? Not sure if i wrote it correct: Like it shouldn´t matter, if I use
Code:
Private Sub aaa(ByVal Target As Range)
or
Code:
Private Sub aaa()
Dim Target As Range
?
Anyway still thanks for answer.

For some better input on this I suggest you post a new thread using "What is (ByVal Target As Range)..." etc. in the title. Many others are can give you a good explanation and perhaps some examples on this subject.

Howard
 
Upvote 0

Forum statistics

Threads
1,216,642
Messages
6,131,884
Members
449,681
Latest member
aarifar08

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top