|
-
Nov 11th, 2017, 05:10 AM
#1
[RESOLVED] ole automation
i have a portable application i wrote 10+ years ago, which i copied on to a computer, where it worked fine, until i installed office, i now get error 68 device unavailable as soon as i try to start the program, i believe it is caused by trying to reference stdole32 version 2, when office has now installed a later version
i see that any new project i start already has a reference to ole automation, is this particularly required? or should it only be referenced when actually needed?
i am sure i can fix the immediate problem, but am interested for future projects, or how to avoid update problems
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|