- Posted by
- I fixed all of that but it continues to tell me it can't create temporary file H:\IPEX\DataFiles\IPEX_Originals\856_1002_X12.txt I have done a cleanup of all temporary files and still the error persists.Posted in Scripts
-   Topics
-   Views
- sniconunes
May 21, 2019
- Hi Mofi, I must have done something to cause this or I have a setting not set in UE as now I get the error that it can't create the temporary file. See attached image for print screen of the error. And it errors out on line 16 of the script: An error occurred on line 16: UltraEdit.activeDocume...Posted in Scripts
-   Topics
-   Views
- sniconunes
May 21, 2019
- Good morning Mofi, The Visual Basic code is as follows: Sub A1_Execute_UltraEdit() FileList = 2 Do While Trim(Sheet1.Cells(FileList, 1).Value) <> "" IPEX_Original = Sheet1.Cells(FileList, 1).Value sScript = "/s=" & """H:\IPEX\Ultraedit scripts\IPEX_SearchReplace.js """ ...Posted in Scripts
-   Topics
-   Views
- sniconunes
May 21, 2019
- I am calling UE from Excel using Visual Basic. The UE script does a bunch of file manipulations and at the end has an UltraEdit.saveAs command that works successfully. But when I go to close the file that I saved I get the following error: IPEX_SearchReplace.js contains an invalid path. Here is th...Posted in Scripts
-   Topics
-   Views
- sniconunes
May 20, 2019