Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default move a special character

Hi Mark,

Those little squares normally represent an unprintable character such as a
carriage return. But in your attached file are a vertical tab chr(11), and
according to help not used in Excel.

You could use the Clean fuction as suggested by Mike Q, but that might also
remove other unprintable characters you want to keep.

Try this having saved a backup -

Sub RemVtabs()

Cells.Replace What:=Chr(11), Replacement:="", _
LookAt:=xlPart, SearchOrder:= _
xlByRows, MatchCase:=False
End Sub

Regards,
Peter T





"Mark" wrote in message
...
Hi,
Anyone knows how to move a small
rectangle character out from excel cell.
Please see attached file, real file contains
more than 8000 records.
Thanks,

--
Mark





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
Special Character FARAZ QURESHI Excel Discussion (Misc queries) 2 May 18th 07 10:13 PM
Can I create a special character for the Character Map? JohnP Excel Discussion (Misc queries) 3 December 24th 06 01:10 AM
Special Character Henry Excel Discussion (Misc queries) 1 July 25th 06 01:02 PM
move a special character Mike Q. Excel Programming 0 September 1st 05 09:36 PM
Special Character Stuart[_5_] Excel Programming 2 December 15th 04 03:30 PM


All times are GMT +1. The time now is 04:16 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"