View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default OFFSET LOOKUP function in VBA?

Hi,

Am Sun, 6 Oct 2013 07:24:56 -0700 (PDT) schrieb
:

Out of interest what does the CDate part of the code below refer to?

Cells(FERow, c.Column) = CDate(.Value)


CDate will change a value to a Date.
In text boxes the values are text. To get the right dimension you can
change the text to your wished dimension, in this case to a date


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2