JerseyMike4
Technical User
I hate to sound like a noob here, but is there a way to open LiveLink Explorer using Word VBA? I know the code to open a standard folder is:
Shell "explorer " & "C:\", vbNormalFocus
When I try adding the LiveLink address in place of "C:\" I just get an error message. The path for LiveLink is odd because it doesn't have a drive letter, so I'm guessing there must be more to the address that I'm trying, which is:
"Livelink\PROD\Enterprise Workspace"
Any help would be appreciated. (I'd also like to know if there's anything else with LiveLink I can do in VBA, but first things first.)
Shell "explorer " & "C:\", vbNormalFocus
When I try adding the LiveLink address in place of "C:\" I just get an error message. The path for LiveLink is odd because it doesn't have a drive letter, so I'm guessing there must be more to the address that I'm trying, which is:
"Livelink\PROD\Enterprise Workspace"
Any help would be appreciated. (I'd also like to know if there's anything else with LiveLink I can do in VBA, but first things first.)