Are you trying to select that entered worksheet if so try
worksheets(format(TodaysDate, "dd-mm-yy")).select
you say that the names of the worksheets are already the dates so
worksheets(format(TodaysDate, "dd-mm-yy")).name = format(TodaysDate,
"dd-mm-yy")
will just set the name the same.
Please explain for if you need further help.

Signature
Hope this helps
Martin Fishlock
Please do not forget to rate this reply.
> I have several worksheets in my workbook and need to input information
> into a worksheet based on the date entered by the user. the worksheets
[quoted text clipped - 13 lines]
>
> Any Help would be greatly appreaciated
newguy - 13 Dec 2006 23:09 GMT
That worked Thank You
> Are you trying to select that entered worksheet if so try
>
[quoted text clipped - 30 lines]
> >
> > Any Help would be greatly appreaciated