The information in this article applies to:
SYMPTOMSWhen you run a macro that includes the ChDir WordBasic command, you get the following error message where <Filename> represents the name of the document you are trying to open. CAUSEThe following macro fails because the ChDir command does not recognize a universal naming convention (UNC) path.
STATUSMicrosoft has confirmed this to be a problem in Word for Windows 95, version 7.0. Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. RESOLUTIONUse the following WordBasic macro to access the UNC path. You can then change to the folder and select your file. The macro uses the Windows API SetCurrentDirectoryA function to change the folder. Note: The SetCurrentDirectoryA function name is case sensitive.
WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN
RISK. Microsoft provides this macro code "as is" without warranty of any
kind, either express or implied, including but not limited to the implied
warranties of merchantability and/or fitness for a particular purpose.
Additional query words: 7.0 word95 macro change directory chdir word7 winword wordbasic word basic
Keywords : kbmacroexample |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |