Just a quick question.
I found how to doa timer by search on here which works really well.
However, can't seem to format it so it only says "7 seconds" as opposed to
"7.123456 seconds"
Any help would be appreciated.
Thanks
--
Steve R
Just a quick question.
I found how to doa timer by search on here which works really well.
However, can't seem to format it so it only says "7 seconds" as opposed to
"7.123456 seconds"
Any help would be appreciated.
Thanks
--
Steve R
Steve wrote:
> Just a quick question.
>
> I found how to doa timer by search on here which works really well.
>
> However, can't seem to format it so it only says "7 seconds" as
> opposed to "7.123456 seconds"
>
> Any help would be appreciated.
>
> Thanks
I assume that this value is in a cell? If so how is that cell currently
formatted? Could you format the cell as Number with no decimal places?
Sorry Paul, should have explained.
It's in a msgbox
Cheers
--
Steve R
"Steve" wrote:
> Just a quick question.
>
> I found how to doa timer by search on here which works really well.
>
> However, can't seem to format it so it only says "7 seconds" as opposed to
> "7.123456 seconds"
>
> Any help would be appreciated.
>
> Thanks
> --
> Steve R
Use Format(nTime,0) in the time display.
--
HTH
Bob Phillips
(replace xxxx in the email address with gmail if mailing direct)
"Steve" <Steve@discussions.microsoft.com> wrote in message
news:6E6966B1-03EE-4B68-8D5A-8E9CAE6F3A1C@microsoft.com...
> Just a quick question.
>
> I found how to doa timer by search on here which works really well.
>
> However, can't seem to format it so it only says "7 seconds" as opposed to
> "7.123456 seconds"
>
> Any help would be appreciated.
>
> Thanks
> --
> Steve R
Steve wrote:
> Sorry Paul, should have explained.
>
> It's in a msgbox
>
> Cheers
>
>> Just a quick question.
>>
>> I found how to doa timer by search on here which works really well.
>>
>> However, can't seem to format it so it only says "7 seconds" as
>> opposed to "7.123456 seconds"
>>
>> Any help would be appreciated.
>>
>> Thanks
>> --
>> Steve R
OK we know where we are looking now! Somewhere in the VB script there will
be the msgbox command and it will have as its first parameter either a
variable or a calculation. Enclose this variable/calculation in the format
function thus:
MsgBox Format(22 / 7, "#")
the above displays 3
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks