Search found 12 matches

by scottatbhm
Fri Feb 03, 2012 1:10 pm
Forum: General
Topic: Delete all characters beyond a certain length
Replies: 2
Views: 243

Your solution worked perfectly, Thank you. And it didn't solve the problem, excel still chokes even though I'm no where near it's row /column limitations.
by scottatbhm
Fri Feb 03, 2012 12:00 am
Forum: General
Topic: Delete all characters beyond a certain length
Replies: 2
Views: 243

Delete all characters beyond a certain length

Hi, and thanks in advance. I'm importing text into excel 2007 and getting file too large errors, even though I don't exceed the column or row limitations. So, how can I delete all characters in a line beyond character number 1662?
by scottatbhm
Wed Dec 29, 2010 10:52 pm
Forum: General
Topic: Delete all characters between cursor and specific text
Replies: 2
Views: 380

Thanks Mudguard, that worked quite well.
by scottatbhm
Wed Dec 29, 2010 4:49 pm
Forum: General
Topic: Delete all characters between cursor and specific text
Replies: 2
Views: 380

Delete all characters between cursor and specific text

Hi, and thanks in advance for your help. I'm editing some huge medical records for a hospital and I have to remove variable length strings of characters from the cursor up to a specific text string, and leave the string intact.
by scottatbhm
Mon Sep 20, 2010 11:26 pm
Forum: General
Topic: Insert spaces in body of text
Replies: 2
Views: 280

Okay, I figured it out.
by scottatbhm
Mon Sep 20, 2010 10:52 pm
Forum: General
Topic: Insert spaces in body of text
Replies: 2
Views: 280

Okay, I figured out the asterisks are the problem. How do I make them asterisk instead of wildcards? Thanks.
by scottatbhm
Mon Sep 20, 2010 10:23 pm
Forum: General
Topic: Insert spaces in body of text
Replies: 2
Views: 280

Insert spaces in body of text

Hi, thanks in advance for the help. I have some text where the columns don't align correctly and I need to insert 227 spaces.

*** CONTINUATION *** NOTE #1

between the trailing asterisk and the "NOTE", is where I need the spaces inserted. If I just type in spaces textpad says invalid expression ...
by scottatbhm
Wed May 13, 2009 8:44 am
Forum: General
Topic: I can't figure out how to replace * * * * * * * * * *
Replies: 2
Views: 528

Thanks Bob! This worked - ^ \* \*.*\n
I just needed to know how to handle the *. Kevin
by scottatbhm
Tue May 12, 2009 9:57 pm
Forum: General
Topic: I can't figure out how to replace * * * * * * * * * *
Replies: 2
Views: 528

I can't figure out how to replace * * * * * * * * * *

I have a line of text that repeats on a couple of hundred lines. It starts with * * * * * * * * * * I N S U R A N C E D A T A * * * * * * * * * *
Every replace I try deletes every line in the whol;e document (wildcard). Any thoughts? Thanks, Kevin
by scottatbhm
Sat Mar 14, 2009 10:41 pm
Forum: General
Topic: Delete a variable amount of text between two words?
Replies: 5
Views: 482

Ben, first - thank you for your time in responding to my problem. My goal is to search for a text string, search for another text string and then select and delete all data between the two text strings. I don't mind recording a macro, but because the data between the two text strings will vary in ...
by scottatbhm
Fri Mar 13, 2009 11:28 pm
Forum: General
Topic: Delete a variable amount of text between two words?
Replies: 5
Views: 482

Hi Ben, your assumption was correct...I meant to delete the lines of text. I know how to run the searches, but how do I select the text between and delete it? Thanks!!
by scottatbhm
Thu Mar 12, 2009 10:14 pm
Forum: General
Topic: Delete a variable amount of text between two words?
Replies: 5
Views: 482

Delete a variable amount of text between two words?

I have to format about ten thousand lines of account information for an Excel import. I need to anywhere from one line of text to ten lines of text that occur in every account. There are unique phrases before and after the text I need to delete. Thanks for your help in advance.