in reply to Re: Word wdDocumentsPath and ActivePrinter
in thread Word wdDocumentsPath and ActivePrinter
$word->Options->{DefaultFilePath}->{wdDocumentsPath} = $path_default;
$word->Options->DefaultFilePath->{wdDocumentsPath} = $path_new; ---> output: Can't use an undefined value as a HASH reference at ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Word wdDocumentsPath and ActivePrinter
by stiller (Friar) on Feb 10, 2008 at 00:09 UTC |