R
Rpettis31
I have data that is prefilled from other sheets to this master sheet.
The dates are prefilled and a Vlookup applies the data in the appropriate
cell without VB. I just want to copy and paste special the values in the
sheet for the current date.
DATE Positions
03/12/08 500 <--- want to automate the copy paste special rather
than the manual process.
For dt=2 to 1000
If cells(dt,1)=date then Copy paste special this row.
Next dt
The dates are prefilled and a Vlookup applies the data in the appropriate
cell without VB. I just want to copy and paste special the values in the
sheet for the current date.
DATE Positions
03/12/08 500 <--- want to automate the copy paste special rather
than the manual process.
For dt=2 to 1000
If cells(dt,1)=date then Copy paste special this row.
Next dt