• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Start macro from current cell

jomats

New Member
I created a macro for some data in rows 1 - 20 beginning in A1.

I want to repeat the macro for additional sets of data that appear below the first set (rows 21 - 40, 41 - 60 etc)


When i invoke the macro it goes back to A1 and messes up what i just fixed.


How could i get the macro to repeat automatically from the first cell of the next set below it?

Then how do I get it to stop once it runs out of cells with data? I don't know visual basic but I could add the command to the macro in Edit mode.


thank you!
 
Hi ,


It would be easier to suggest a solution , if you can post the macro you have created.


Basically , instead of starting from A1 , the macro would do what you want it to do , if you could search for the first empty cell in column A , and then do whatever is to be done , starting from that cell. When the worksheet is blank , this will be cell A1 ; when data is present in rows 1 through 20 , it will start from A21.


Narayan
 
Tang Vater Seite Longchamp outlet, um aus dem Bett, Longchamp Outlet w longchamp uk hrend lachend: Hey, da longchamp victoire tote bag grey hinten Invasion bewaffnet und Sie sagen, sie tun Hm! Wagen, um die Idee von meinem kleinen Sohn zu k mpfen, sie leisten ist m'de des Lebens! Tang Mutter Stimme wurde pl tzlich sehr kalt, Longchamp Outlet und zwei gab eine schreckliche K lte. Siehe die S ldner er ffneten das Feuer auf mittleren Alters Soldaten wissen nicht, um Yin, Longchamp taschen kaufen Outlet weil auch schwache Laser-Sch'sse der Polizei nicht angezogen werden, wird die helle Laserstrahl Polizei alarmiert werden.


Die mittleren Alters Longchamp ein wenig Bedauern, kannten ihre eigene Longchamp Outlet Flucht aus der Armee, sie um nur einige zu stehlen Ermordung Pistole kam. Nat'rlich, kein hintere Mann mittleren Alters, sofort zog eine Granate Gewehr an der T'r, bereit, Longchamp Outlet das Feuer zu er ffnen, hat er beschlossen, die Dinge gro . longchamp outlet Allerdings hat er keine Zeit gehabt, das Feuer zu er ffnen, ein Platzen der pl tzlich helles Licht leuchtet in den dunklen Stra en, er battle sicherlich das pl tzliche Auftauchen Longchamp Outlet Longchamp le pliage Hobo Taschen von Licht verschlossen die Augen geschlossen.


In diesem Augenblick Longchamp taschen On the internet f'hlte er Magenschmerzen, und die ganze Individual auf Longchamp g'nstig Outlet den Kopf nach unten und heftig zu Boden fiel. Etwa wenn er die Augen ffnete, 'berrascht zu finden, er von einer Gruppe von Han-Dynastie Longchamp Outlet umgeben war, hat er nicht zu, dass zeigte longchamp victoire tote bag grey
auf seinen Fang zu gehen, aber zu seinem Bruder zu sehen. longchamp tote
Kann diese Ansicht, sofort k'hl unter dem Licht auf, klar zu sehen, dass mehrere Br'der und jene S ldner wurden alle auf dem Boden liegen reglos ist, Longchamp handtaschen Outlet hat der Abfluss von Blut befleckt den Boden.
 
Hi, jomats!


Adding my two cents to what NARAYANK991 wrote, maybe this snippet helps you in searching the first empty row in column A:

-----

iFirstBlankRow = Iif(ActiveSheet.Cells(1, 1).Value="", 1, ActiveSheet.Cells(1, 1).End(xlDown).Row + 1

-----


Regards!
 
Hi Jomats,


I guess you have created the MACRO by recording, and its the best way to learn Macro.

Try to activate Developer Ribbon (if not in the ribbon).. Google how to activate Developer Ribbon :).

In the Developer Menu > Code > Use Relative Reference , Click on this button, before start recording.

Try to record the macro.

Now whenever you run the macro, it will do the desire result, but from the current cell, according to your recoding..


Regards,

Deb
 
Back
Top