A
A_Classic_Man
I have a Word form with bookmarks. I move the bookmarked data to an
Access database using code suggested by Doug Robbins. He suggested
using the code found at http://gregmaxey.mvps.org/Extract_Form_Data.htm.
The code was working great till a couple of days ago. All at once I
get the message "Run-Time error "9", Subscript out of range. The code
is hanging on "ReDim Preserve FileArray (1 To i).
I rebuilt Greg Maxey's Word form and the Access database and ran his
code and now I get the same error message.
My References are: VB for Apps, MS Word II Obj Library, OLE
Automation, MS Office II Obj Library, MS ActiveX Data Obj 2.8 Library,
and MS Scripting Runtime.
Can someone tell me what happened here?
Thanks in advance
Ron
Access database using code suggested by Doug Robbins. He suggested
using the code found at http://gregmaxey.mvps.org/Extract_Form_Data.htm.
The code was working great till a couple of days ago. All at once I
get the message "Run-Time error "9", Subscript out of range. The code
is hanging on "ReDim Preserve FileArray (1 To i).
I rebuilt Greg Maxey's Word form and the Access database and ran his
code and now I get the same error message.
My References are: VB for Apps, MS Word II Obj Library, OLE
Automation, MS Office II Obj Library, MS ActiveX Data Obj 2.8 Library,
and MS Scripting Runtime.
Can someone tell me what happened here?
Thanks in advance
Ron