|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#26 | |
|
Quote:
I was also solving a hardware issue yesterday...I'm convinced that a Macro SHOULD do this...
__________________
Time And Tide Wait For No Man
|
||
|
|
0
|
|
|
#27 | |
|
Quote:
It is kinda annoying that they changed the shortcut on the Mac version though. Still CTRL-H on Windows.
__________________
-- Spiky |
||
|
|
0
|
|
|
#28 | |
|
Quote:
__________________
Time And Tide Wait For No Man
|
||
|
|
0
|
|
|
#29 | |
|
Quote:
I'm neither an idiot nor an expert on Word, but so many different methods working for you don't work in my case. So, it's gotta be me. ![]() Sorry guys, but I 'm giving up. Thank you all for your time and concern. Y'all be safe. |
||
|
|
0
|
|
|
#30 | |
|
Quote:
The following macro should work Sub DeleteParas() With Selection .HomeKey wdStory With .Find .ClearFormatting .Replacement.ClearFormatting While .Execute(findText:="connected", _ MatchWholeWord:=True) Selection.Range.Paragraphs(1).Range.Delete Wend End With End With End Sub
__________________
Time And Tide Wait For No Man
|
||
|
|
0
|
|
|
#31 | |
|
Quote:
Am I to replace"connected" with my own word? |
||
|
|
0
|
|
|
#32 | |
|
Quote:
__________________
Time And Tide Wait For No Man
|
||
|
|
0
|
|
|
#33 |
|
|
0
|
|
|
#34 | |
|
Quote:
__________________
Time And Tide Wait For No Man
|
||
|
|
0
|
|
|
#35 |
|
|
0
|
|
|
#36 |
|
It's only a title..
It certainly doesn't mean I'm a genius...It was fun solving this one as I used to write a lot of high end Macro stuff years and years ago...I have no use for them now...
__________________
Time And Tide Wait For No Man
|
|
|
|
0
|
|
|
#37 | |
|
Quote:
I created the first one "Share" and then the second one "Report". I simply copy/pasted the first script into it, clicked edit and replaced the word "share" with "report". No problem. Then I tried to create a third one with "Respond". Copy/paste again, but when I tried to edit, it messed up the first one "Share". I definitely didn't try to edit the wrong one. Then, I tried a few other things out of desperation and now my macros look like this. 1) What did I mess up? 2) What is the difference between Module1 and Newmacros? |
||
|
|
0
|
|
|
#38 | |
|
Quote:
I think you need to name "NewMacros" to a more appropriate name. as it is it's screwing up the others as it's applying in all macros. I'd delete that one and create another with a name. You should end up with one for each word or string you need to delete. ---------- we know we have the right macro...It's a case of getting used to working with them...You are probably way ahead of this old guy! Keep trying, it will work.
__________________
Time And Tide Wait For No Man
Last edited by Macman45; Jan 24, 2013 at 04:53 AM. Reason: Typo |
||
|
|
0
|
|
|
#39 |
|
But that was my point exactly. I didn't give those names. Mine were simply "share" and "report". Then after I tried to add "respond", Word changed those names by itself.
|
|
|
|
0
|
|
|
#40 |
|
__________________
Time And Tide Wait For No Man
|
|
|
|
0
|
|
|
#41 |
|
Macman45 - Sorry for insisting.
I didn't read the last part of your message. I'll keep on trying. Thank you for everything. |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 07:32 PM.





I was also solving a hardware issue yesterday...I'm convinced that a Macro SHOULD do this...




Linear Mode
