#1   Report Post  
Posted to microsoft.public.excel.misc
Sam
 
Posts: n/a
Default Video Time Format

I am a videographer and need to enter time in a format of hh:mm:ss:ff where
ff means frames. Usually, I shoot 30 frames per second so the ff needs to be
modulo 30. However, it would be nice to be able to change the modulo number
because some video work is at different frame rates, e.g. 24 frames per
second, i.e. modulo 24. There should not be an AM or PM associated with this
format.
  #2   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default Video Time Format

Use Google Groups: http://groups.google.com/advanced_search
place the following into the search box:
hh:mm:ss:ff group:*excel*
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Sam" wrote in message ...
I am a videographer and need to enter time in a format of hh:mm:ss:ff where
ff means frames. Usually, I shoot 30 frames per second so the ff needs to be
modulo 30. However, it would be nice to be able to change the modulo number
because some video work is at different frame rates, e.g. 24 frames per
second, i.e. modulo 24. There should not be an AM or PM associated with this
format.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Sam
 
Posts: n/a
Default Video Time Format

Thanks for your reference to the other site. I've entered the code found at
that site by right clicking the tab and pasting. But now what? How do I
invoke this code? I'm not at all familiar with using VB.

"David McRitchie" wrote:

Use Google Groups: http://groups.google.com/advanced_search
place the following into the search box:
hh:mm:ss:ff group:*excel*
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Sam" wrote in message ...
I am a videographer and need to enter time in a format of hh:mm:ss:ff where
ff means frames. Usually, I shoot 30 frames per second so the ff needs to be
modulo 30. However, it would be nice to be able to change the modulo number
because some video work is at different frame rates, e.g. 24 frames per
second, i.e. modulo 24. There should not be an AM or PM associated with this
format.




  #4   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default Video Time Format

Hi Sam,
I was hoping you would find your own solution.

I gave you a reference to Google Groups search, which searches all
of the Excel newsgroup postings for a string (string of characters). I have no idea
from which of the 26 threads (as of your posting) that you chose. I think it unlikely that you
chose an event macro which what you would be installing by right-clicking on the sheet tab..

I expect you probably chose a user defined function, which would be installed in
a module. See
Getting Started with Macros and User Defined Functions
Use someone else's macro (#havemacro)
http://www.mvps.org/dmcritchie/excel....htm#havemacro

I expect you chose something like the first thread that I saw, Wade's reply in
http://groups.google.com/groups?thre...%40tkmsftngp05

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Sam" wrote in message ...
Thanks for your reference to the other site. I've entered the code found at
that site by right clicking the tab and pasting. But now what? How do I
invoke this code? I'm not at all familiar with using VB.

"David McRitchie" wrote:

Use Google Groups: http://groups.google.com/advanced_search
place the following into the search box:
hh:mm:ss:ff group:*excel*
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Sam" wrote in message ...
I am a videographer and need to enter time in a format of hh:mm:ss:ff where
ff means frames. Usually, I shoot 30 frames per second so the ff needs to be
modulo 30. However, it would be nice to be able to change the modulo number
because some video work is at different frame rates, e.g. 24 frames per
second, i.e. modulo 24. There should not be an AM or PM associated with this
format.






  #5   Report Post  
Posted to microsoft.public.excel.misc
Sam
 
Posts: n/a
Default Video Time Format

Your guess was exactly correct regarding which solution I was looking at -
sorry for the ambiguity! I'll this as a user defined macro. Thanks so much
for your time and help.

"David McRitchie" wrote:

Hi Sam,
I was hoping you would find your own solution.

I gave you a reference to Google Groups search, which searches all
of the Excel newsgroup postings for a string (string of characters). I have no idea
from which of the 26 threads (as of your posting) that you chose. I think it unlikely that you
chose an event macro which what you would be installing by right-clicking on the sheet tab..

I expect you probably chose a user defined function, which would be installed in
a module. See
Getting Started with Macros and User Defined Functions
Use someone else's macro (#havemacro)
http://www.mvps.org/dmcritchie/excel....htm#havemacro

I expect you chose something like the first thread that I saw, Wade's reply in
http://groups.google.com/groups?thre...%40tkmsftngp05

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Sam" wrote in message ...
Thanks for your reference to the other site. I've entered the code found at
that site by right clicking the tab and pasting. But now what? How do I
invoke this code? I'm not at all familiar with using VB.

"David McRitchie" wrote:

Use Google Groups: http://groups.google.com/advanced_search
place the following into the search box:
hh:mm:ss:ff group:*excel*
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Sam" wrote in message ...
I am a videographer and need to enter time in a format of hh:mm:ss:ff where
ff means frames. Usually, I shoot 30 frames per second so the ff needs to be
modulo 30. However, it would be nice to be able to change the modulo number
because some video work is at different frame rates, e.g. 24 frames per
second, i.e. modulo 24. There should not be an AM or PM associated with this
format.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Text to Time format of XX:XX Marck Excel Discussion (Misc queries) 3 February 25th 06 03:48 PM
Adding Time Format jtinne Excel Discussion (Misc queries) 0 November 1st 05 11:05 PM
Adding Time Format Sloth Excel Discussion (Misc queries) 0 November 1st 05 10:46 PM
Converting from time format to decimal and figuring the difference Steve Williams Excel Discussion (Misc queries) 1 July 30th 05 10:10 PM
Adding time damezumari Excel Discussion (Misc queries) 2 June 20th 05 08:35 PM


All times are GMT +1. The time now is 09:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"