RunWhen = TimeSerial(15, 0, 0).
On Wed, Dec 12, 2012 at 2:38 PM, Anoop K Sharma <aks.sharm...@gmail.com>wrote: > Hi Bill, > > Please see below. The RunWhen variable must be as below: > > RunWhen = Now + TimeSerial(15, 0, 0). > > > On Wed, Dec 12, 2012 at 1:14 PM, Anoop K Sharma <aks.sharm...@gmail.com>wrote: > >> Hi Bill, >> >> There are two variable defined in your module. These are "RunWhen" and >> "SaveWhen". >> Both of them are being used with timeserial value. >> >> You can provide your desired time in this parameter(TimeSerial). >> Suppose you want to Run your code at 1500 hrs then you can modify your >> code as below: >> RunWhen = Now + TimeSerial(15, 0, 0). >> Similarly, you can set up your Save Time by modifying SaveWhen syntax. >> >> You can also make your code run on specific date/time. >> >> Regards, >> Anoop >> Sr. Developer >> >> >> On Wed, Dec 12, 2012 at 3:55 AM, Bill Q <ronsmith...@gmail.com> wrote: >> >>> Hi, >>> >>> Looking for code to be modified using military time if possible. I would >>> just go into the code and modify the time when needed. >>> >>> Thanks. >>> >>> >>> -- >>> Join official Facebook page of this forum @ >>> https://www.facebook.com/discussexcel >>> >>> FORUM RULES >>> >>> 1) Use concise, accurate thread titles. Poor thread titles, like Please >>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >>> will not get quick attention or may not be answered. >>> 2) Don't post a question in the thread of another member. >>> 3) Don't post questions regarding breaking or bypassing any security >>> measure. >>> 4) Acknowledge the responses you receive, good or bad. >>> 5) Jobs posting is not allowed. >>> 6) Sharing copyrighted material and their links is not allowed. >>> >>> NOTE : Don't ever post confidential data in a workbook. Forum owners and >>> members are not responsible for any loss. >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "MS EXCEL AND VBA MACROS" group. >>> To post to this group, send email to excel-macros@googlegroups.com. >>> To unsubscribe from this group, send email to >>> excel-macros+unsubscr...@googlegroups.com. >>> Visit this group at http://groups.google.com/group/excel-macros?hl=en. >>> >>> >>> >> >> >> >> -- >> Regards, >> Anoop >> Sr. Developer >> >> > > > -- > Regards, > Anoop > Sr. Developer > > -- Regards, Anoop Sr. Developer -- Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Jobs posting is not allowed. 6) Sharing copyrighted material and their links is not allowed. NOTE : Don't ever post confidential data in a workbook. Forum owners and members are not responsible for any loss. --- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To post to this group, send email to excel-macros@googlegroups.com. To unsubscribe from this group, send email to excel-macros+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/excel-macros?hl=en.