jameshunt83
Board Regular
- Joined
- Oct 2, 2010
- Messages
- 149
I have a workbook with a macro with the below line on it.
This worked fine previously however I have just copied the file to another computer and it doesn't seem to like the "Date" part of it. Why is this and how do I fix it?
Code:
Sub converttoenquiry()
If Range("V2").Value = "" Then Range("V2").Value = Date
End Sub
This worked fine previously however I have just copied the file to another computer and it doesn't seem to like the "Date" part of it. Why is this and how do I fix it?