Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Auto_open & Application.ontime in shared files

Hi,

Couple of Questions?

I have a shared file whitch is saved as an HTML webpage three times a
day. Sevaral users do use this file, so I had problems with the
application.ontime command. I made this user specific.

I solved this as follows:

Sub auto_open()
If fOSUserName() = "grinwisj" Then
Application.OnTime TimeValue("12:30:00"), "HTMLsave"
Application.OnTime TimeValue("08:30:00"), "HTMLsave"
Application.OnTime TimeValue("22:30:00"), "HTMLsave"
End If
End Sub

HTMLsave manualy started is working fine.


BUT the sceduled task is not working.

Questions:
- How can I see if the HLMLsave is sceduled??
- Is it possible that auto_open() is not done if the other user (not
the first one) is opening the sheet

Jan Grinwis
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
Application.ontime from shared drive jlclyde Excel Discussion (Misc queries) 3 August 20th 09 09:42 PM
Find %ontime & SUMIF ontime ie: find matching sets within Range... Chris T-M Excel Worksheet Functions 3 October 10th 08 08:14 PM
Shared files Judy Excel Worksheet Functions 0 September 12th 05 07:15 PM
Application.OnTIme Mike Excel Programming 8 September 15th 04 03:27 PM
Application.OnTime and Visual C++ cdupain Excel Programming 0 November 12th 03 10:11 AM


All times are GMT +1. The time now is 06:53 AM.

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

About Us

"It's about Microsoft Excel"