- Posted by
- Alternatively you could convert all spaces to tabs the get a character separated value file (CSV file) with the tab as separator by using a regular expression search searching for " +" (without the double quotes, i.e. space plus) and replace all occurrences with ^t (UE regexp) or \t (Unix/Perl rege...Posted in Scripts
-   Topics
-   Views
- crcucb
Feb 10, 2010
- Is there a way to auto tighten up columns, remove spaces in between columns but not enough to where the columns don't line up. Example, here are 2 rows of data: 123 12 12345 12 123 12345 I want to reformat it to: 123 12 12345 12 123 12345 So the columns are still lined up but there is only 1 space a...Posted in Scripts
-   Topics
-   Views
- crcucb
Feb 09, 2010
- Is there a way to clear all bookmarks in an macro? I don't see a hot key defined by default. Do I need to define one? Or is there a command or a way to selected it from a menu from a macro? I want to avoid defining a hot key because this macro will be used by other people then I will have to make su...Posted in Macros
-   Topics
-   Views
- crcucb
Feb 09, 2010