hi i'm using VBA for a school computing coursework project and i've hit a rather large wall:
If ActiveWorkbook.Sheets("Data"
.Cells(datarow, 7) = * Then
Now the cell it refers to will have a date in it but i won't know what, so how do i tell it to expect a date, i have tried all the obvious things, but it keeps thinking I want to equal today's date!!!!!!! please help as this is needed in a hurry! Any ideas are welcome, asi will now be crying myself to sleep here in the UK! thanx in advance.
If ActiveWorkbook.Sheets("Data"
Now the cell it refers to will have a date in it but i won't know what, so how do i tell it to expect a date, i have tried all the obvious things, but it keeps thinking I want to equal today's date!!!!!!! please help as this is needed in a hurry! Any ideas are welcome, asi will now be crying myself to sleep here in the UK! thanx in advance.