Thread: Year question
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
Greg B[_6_] Greg B[_6_] is offline
external usenet poster
 
Posts: 14
Default Year question

Thanks Norman work great

Greg
"Norman Jones" wrote in message
...
Hi Greg,

With Range("A1")
.NumberFormat = "General"
.Value = Year(Date)
End With

Change A1 to the cell of interest.

---
Regards,
Norman



"Greg B" wrote in message
...
I am having problems working out a simple little sum. I have a userform
when I have a new member join I want it to add the current year. How can
I get excel to do this the easy way. I currently have it paste the now()
value and have set the cell to show yyyy but unfortuantely when I go to
the next cell where I want to have the worksheet work out the years member
section it comes up as volitile.

Any Ideas

Thanks

Greg