![]() |
|
#1
|
|||
|
|||
|
Hello,
I am adding an AddIn through VBA in the follow manner: This works for most of my users, but a couple have had a problem with Word not being able to locate the file resulting in an error. The interesting part is that it worked for these users for 6 to 8 weeks and then stopped working. Additionally, if I rename the file and change the file path in the VBA, Word then can find the file. I have googled this one for about a week with no luck. If I run the following code: Code:
If Len(Dir(sFilePath)) = 0{
MsgBox "File Does not exist"
Else
MsgBox "File Exists"
End If
Also, another user can log into the specific machine and the application works as expected, so the issue seems to be confined to the users specific Word files under their account. One user reimaged their machine and the problem went away but this is not a valid solution for obvious reasons. Is there a cache in word (other than recent files, recent places) that can be cleared to help Word find the file or some solution to this particular issue? Thanks in advance for any help. Last edited by troylparrish; 10-08-2015 at 10:43 AM. Reason: Clarifying Code |
| Tags |
| addin, vba can't find file |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Separating path from file name
|
KBo | Word | 4 | 03-11-2015 01:45 PM |
Adding additional "\" to directory path name
|
jmaxcy | Excel | 1 | 10-15-2013 01:42 PM |
When opening a file, Word stops responding.
|
bTaryag | Word | 9 | 10-25-2011 09:39 AM |
get file name without Path
|
Ziggy1 | Word VBA | 1 | 09-29-2006 07:55 PM |
| Not Recognizing Contacts | cehdcs | Outlook | 0 | 02-06-2006 02:22 PM |