You should use Outlook Express or another real newsreader. The attachment is
right there. Web interfaces block it I gather.
If you send me an email I'll send it to you. jrrechAThotmail.com
--
Jim
"XP" <(E-Mail Removed)> wrote in message
news

7C7F605-54BA-4E73-A8CF-(E-Mail Removed)...
> Hi Jim,
>
> Your attachment did not come through?
>
> "Jim Rech" wrote:
>
>> Actually it's pretty straightforward to dynamically change button text,
>> if I
>> understand what you want correctly. See attached.
>>
>> --
>> Jim
>> "XP" <(E-Mail Removed)> wrote in message
>> news:01A1C0B4-D569-4420-88E4-(E-Mail Removed)...
>> |I have a custom ribbon with a date button, a Fund dropdown, and an
>> import
>> | button.
>> |
>> | When the user clicks the "Date" button, I have an input box open in
>> which
>> | the user enters a date (the date is validated using VBA under the
>> covers).
>> I
>> | would like the date entered by the user to then appear in the label of
>> the
>> | "Date" button. So when a date has been selected, the "Date" button will
>> | appear as: Date: 04-28-2008
>> |
>> | Can this be done? If so, could someone please post generic example code
>> that
>> | does it?
>> |
>> | FYI, the next step will be to capture the date stored in the label
>> (right
>> | 10) and run an import based on that date and the selected Fund selected
>> in
>> | the dropdown.
>> |
>> | Thanks much in advance