All Questions
Tagged with filesystemwatcher vba
3 questions
0
votes
1
answer
530
views
Is there any way to check if contents of file have been changed in VB6?
We have created a .NET application using the FileSystemWatcher Class which raises an changed event once the content of the particular file has changed.
Now, we need to implement this application in ...
3
votes
4
answers
8k
views
How do I know when a file has been modified in a VBA Macro?
Is there a way to watch a file in VBA (which is essentially VB6), so that I know when the file has been modified? -- similar to this only I don't want to know when a file is unused, just when its ...
2
votes
2
answers
2k
views
VBA watch file in use
I"m looking for something (Win API calls or whatever) to notify me when a file becomes available for editing (i.e. no longer in use). Should I set up a timer to check the files on some interval or is ...