Moving data from one sheet to another - advancing one cell a

Drew986

New Member
Joined
Aug 21, 2002
Messages
12
Hello thanks very much for your service. I have an Excel question and I hope that you can help me.

I need to be able to pick up data from a specific cell in a worksheet and place it in another worksheet each day. Essentially I want to make a time series of these data points so that I need to write a macro that instructs Excel to export the data into a cell that advances by one each day.
I am unsure of how to tell themacro to drop the data in a cell that advances by one each day.


Thanks for your help
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hello Drew986,

Welcome to the board!

It sounds like what you need to do is to create a VBA sub procedure that finds the next available row in a certain column and moves the value of one cel into that row. Search on "(xlUp)" (without the quotes) and you should find some code to get you started.
 
Upvote 0

Forum statistics

Threads
1,215,734
Messages
6,126,544
Members
449,316
Latest member
sravya

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