Hi Mike,
> If your userform knows the address of the cell, or has a range that
> points to it, then the .Text property should display the date as it is
> seen in the worksheet...
I think that you will find that, without an intervening format instruction,
the textbox will speak with VBA's intrinsic American accent!
---
Regards,
Norman
"Mike Woodhouse" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
>
> On Nov 7, 10:32 am, "Corey" <coreyt...@exemail.com.au> wrote:
>> I have a textbox that displays the value of a cell(E2), but the worksheet
>> displays:
>> 31 October 2006, yet the userform textbox value shows 10/31/06.
>> Is there a way i can change this to display as the sheet view (31 October
>> 2006) ?
>
> If your userform knows the address of the cell, or has a range that
> points to it, then the .Text property should display the date as it is
> seen in the worksheet...
>
> Mike
>
|