Timeline for Connect to MS-Word docs in SharePoint and copy contents to local MS-Word doc using Stream
Current License: CC BY-SA 4.0
Post Revisions
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Mar 3 at 18:38 | history | suggested | CommunityBot | CC BY-SA 4.0 |
Reduced unnecessary text.
|
| Mar 2 at 23:21 | review | Suggested edits | |||
| S Mar 3 at 18:38 | |||||
| Dec 7, 2025 at 18:23 | answer | added | Melissa Rose | timeline score: 0 | |
| Dec 3, 2025 at 18:02 | comment | added | Tim Williams | You could use VBA to automate Word to open the document directly from the URL and save a local copy... | |
| Dec 3, 2025 at 1:24 | answer | added | Dai | timeline score: 0 | |
| Dec 3, 2025 at 0:38 | history | edited | Dai | CC BY-SA 4.0 |
added 25 characters in body
|
| Dec 2, 2025 at 23:29 | history | edited | Melissa Rose | CC BY-SA 4.0 |
added 231 characters in body
|
| Dec 2, 2025 at 20:23 | comment | added | Dai |
Please run your Letter_Template sub in the debugger but set a breakpoint on the stream.Write line, then edit your post to show us what you see in the Autos/Locals windows.
|
|
| Dec 2, 2025 at 20:21 | comment | added | Dai |
Instead of using Dim stream as Object you can do Dim stream As ADODB.Stream and then you'll get IDE IntelliSense features working.
|
|
| S Dec 2, 2025 at 20:19 | history | asked | Melissa Rose | CC BY-SA 4.0 | |
| S Dec 2, 2025 at 20:19 | history | created from staging ground | Graduated from staging ground post. |