writing a statement

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i need to write a statement in excel that will copy dates to another
spreadsheet in the correct cell based on the dates and also i need it to move
down a row once the 1st row is full.
I am very new at writing statements so any help would be great.
thanks
 
you really need VBA, but you should give more info? what do you mean with
">i need to write a statement in excel that will copy dates to another
spreadsheet in the correct cell based on the dates"
you're copiing dates based on dates?

....and also i need it to move down a row once the 1st row is full..
move down: ActiveCell.Offset(RowOffset:=1, ColumnOffset:=0)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top