View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
helmekki[_10_] helmekki[_10_] is offline
external usenet poster
 
Posts: 1
Default code to force xls file to open after several hours passed

Hi All

i am tring to write a code to force xls file open by it self whe
several hours (any number of hours, say 3 hours) has passed..

either pased on a condition Like A1=Now() so when 3 hours paased then
or
based on the computer time so after 3 hours passed then

my try was as follwing (placed in workbook_open) or somewhere else

If A1
getopenfile( file path)
end if

any help is appreciated in advance

--
Message posted from http://www.ExcelForum.com