Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 226
Default How to find and replace all "*" symbols

When I tried this the logical way it replaced everything..

thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default How to find and replace all "*" symbols

Use ~* to find/replace *
~? to find/replace ?
~~ to find/replace ~



Roger wrote:

When I tried this the logical way it replaced everything..

thanks in advance.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default How to find and replace all "*" symbols

The * and ? symbols are used as wildcard characters by Excel. To override
this function, precede the symbol with a tilde ~. So, to find/replace the *
character, type: ~*

HTH,
Elkar


"Roger" wrote:

When I tried this the logical way it replaced everything..

thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default How to find and replace all "*" symbols

You need to let Excel know that the * is not to be used as a wildcard..a
tilde (~) is used for that.

Try this:

From the Excel main menu:
<edit<replace
Find what: ~*
Replace with: (enter your replacement text here...or leave it blank)
Click the [OK] button

All asterisks will be replaced.

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Roger" wrote:

When I tried this the logical way it replaced everything..

thanks in advance.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to cancel a find & replace command "midstream"? Matt from GVA Excel Worksheet Functions 4 September 4th 06 05:47 PM
Macro: Find and replace Bertie Excel Discussion (Misc queries) 1 May 29th 06 02:01 PM
Find and Replace Technique to modify stock symbols. Norm75 Excel Discussion (Misc queries) 2 July 7th 05 06:49 PM
How Can I find and replace symbols in excel data ( white square) alawhizkid Excel Discussion (Misc queries) 1 December 14th 04 10:44 PM
VB Find and Replace Bony_Pony Excel Worksheet Functions 10 December 6th 04 05:45 PM


All times are GMT +1. The time now is 11:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"