View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Walt Boraczek Walt Boraczek is offline
external usenet poster
 
Posts: 3
Default Create a background VBA Timer

I am trying to create a process in an Excel-based solution
that can perpetually check a network directory for changes
while not preventing Excel from remaining functional. All
of the timer functions I'm aware of seem to prevent the
user from interacting with the app while the timer is
running. Does anyone know of something that can help?