Macro: Copy selected cell to another sheet next blank row

redsh0es

New Member
Joined
Mar 15, 2011
Messages
16
Hello,

Please help me do macro on this please:

first sheet, named "SUMMARY"
second sheet, it is named randomly, let's give a name "STAR"

what will I do is, if select the cell E3 as an active cell, the data entered on the active cell will copy to the "SUMMARY" sheet Column A on the next blank row.

Then, if I add another sheet (let's name it "MOON"), then I select the cell E3 as an active cell again, the data should copy again to "SUMMARY" sheet column A on the next blank row.

I thought it was simple but I cannot find any macro for it. You see, I just find codes for macro. I don't know how to create or analyze. Please help.. Thank you very much!
 
redshOes,

BTW...

If you still had
ActiveCell.EntireRow.Copy Destination:=......
as part of your code when trying Steve059L's code then it will copy the whole row!!
 
Upvote 0

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,215,022
Messages
6,122,721
Members
449,093
Latest member
Mnur

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