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

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Jim North

MrExcel MVP
Joined
Jun 20, 2002
Messages
791
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,190,959
Messages
5,983,863
Members
439,867
Latest member
Shadrack

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
Top