- Posted by
- For anyone that may ever need to do anything similar, here is the code I ended up using for this issue. I'm opening each file individually that I need to run the macro against. Ridiculous as it may be, I'm running it 1 at a time (not play to end of file) and have done many tests and it's working. Th...Posted in Macros
-   Topics
-   Views
- Valaya
May 01, 2006
- No, I do read your posts carefully and even mentioned that the Top was needed but there have been so many changes and iterations of this macro (not to mention the other 20 macros I'm working on as well) that I could have overlooked something. I'm sorry. I really do appreciate everything you have don...Posted in Macros
-   Topics
-   Views
- Valaya
Apr 27, 2006
- Still having the same 2 main issues stated above... I'm so burned out on this macro that I'm putting it aside for a couple of hours and working on another one. The whole situation wouldn't be so bad if I didn't have to start running all my macros on these files sometime today because of the deadline...Posted in Macros
-   Topics
-   Views
- Valaya
Apr 26, 2006
- I'm using UE 10.20d if that makes any difference in what you have written... the reason I'm not concerned with missing wpno's (at the moment the macro is running) is that these files have been edited by users and it is entirely possible that the referenced wpno has been deleted. The report will be w...Posted in Macros
-   Topics
-   Views
- Valaya
Apr 26, 2006
- Eeek... I can imagine the tons of emails you would get if your email was visible! I've made the code changes... when it gets to an 'xref callout="task' that is not in any file, it goes to the "find results" file and the macro stops. I need it to continue checking the original open file for 'xref cal...Posted in Macros
-   Topics
-   Views
- Valaya
Apr 25, 2006
- Find "wpno=^c" Find RegExp "<title>*</title>" Copy PreviousWindow EndIf Back at the first or still only open file. Move the cursor to bookmarked line insert the title string here and reformat it. should this file be closing to make sure only the original open file is the only file open? I am asking...Posted in Macros
-   Topics
-   Views
- Valaya
Apr 25, 2006
- Thank you so much for being so helpful and so patient with someone that is just learning UltraEdit macro syntax. I realllly appreciate it. :-) I will be testing this in a few minutes and will let you know how it goes.' Forgot to mention... yes, I remembered about removing RegExp from some of the fin...Posted in Macros
-   Topics
-   Views
- Valaya
Apr 24, 2006
- To clarify, I have 1 file open only, searching for certain text, copying to the clipboard, searching in a directory of files that are not open for certain text and the text in the clipboard, want to open that file, find some different text, copy that to the clipboard, close that file, go back to the...Posted in Macros
-   Topics
-   Views
- Valaya
Apr 22, 2006
- Hello, I have seen similar things discussed in this forum but nothing addressing exactly what I'm trying to do... I'm trying to replace certain text in one file with captured-to-the-clipboard text from another file but cannot get certain parts to function. Here's what I have so far: InsertMode Colum...Posted in Macros
-   Topics
-   Views
- Valaya
Apr 19, 2006