Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default word to excel (how to avoid enter button marks?)


i am converting data from Word to Excel (not of table data) while
transfering data all the Enter Button signs (square) is also transfered
how can i avoid that? can any one know how to identify Enter Sign ?


--
ExcelPower
------------------------------------------------------------------------
ExcelPower's Profile: http://www.excelforum.com/member.php...o&userid=30964
View this thread: http://www.excelforum.com/showthread...hreadid=515214

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 100
Default word to excel (how to avoid enter button marks?)

Hi,

You can those Enter Button Signs (Square Symbols) into line breaks by
wrapping the cell contents.

- Right Click on the cell
- Select "Format Cells"
- Click on "Alignment Tab"
- under "Text control" section Check "Wrap text"




With regards
NAVEEN

"ExcelPower" wrote:


i am converting data from Word to Excel (not of table data) while
transfering data all the Enter Button signs (square) is also transfered
how can i avoid that? can any one know how to identify Enter Sign ?


--
ExcelPower
------------------------------------------------------------------------
ExcelPower's Profile: http://www.excelforum.com/member.php...o&userid=30964
View this thread: http://www.excelforum.com/showthread...hreadid=515214


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default word to excel (how to avoid enter button marks?)


thks Navven but sorry it doesnt work By the way i wan solution in Macro
Code not just excel solution still if any one can tell me the way to do
this in excel I would welcome.

with regards

Excel Power


--
ExcelPower
------------------------------------------------------------------------
ExcelPower's Profile: http://www.excelforum.com/member.php...o&userid=30964
View this thread: http://www.excelforum.com/showthread...hreadid=515214

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default word to excel (how to avoid enter button marks?)


is here no one in this group enough capable to answer this question?


--
ExcelPower
------------------------------------------------------------------------
ExcelPower's Profile: http://www.excelforum.com/member.php...o&userid=30964
View this thread: http://www.excelforum.com/showthread...hreadid=515214

  #5   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default word to excel (how to avoid enter button marks?)

When you speak of the "Enter Square", are you talking about the little
square that shows up in every cell of a Word table? If not, it must be some
kind of special character.

I am not very capable of answering more than basic questions. The experts
here are capable of almost anything! But no one is capable of reading your
code to find out what you are doing and how to do it better. And no one
here gets paid to help, so if something - or someone - looks like too much
trouble, they are likely to get ignored. Why don't you try posting your
code along with an explanation of how you are getting the data out of Word
to populate the Excel file?

Ed

"ExcelPower" wrote
in message ...

is here no one in this group enough capable to answer this question?


--
ExcelPower
------------------------------------------------------------------------
ExcelPower's Profile:

http://www.excelforum.com/member.php...o&userid=30964
View this thread: http://www.excelforum.com/showthread...hreadid=515214





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default word to excel (how to avoid enter button marks?)


Thanks Ed I think u have got upset , take it is , it is just a strateg
to get every one involved by throwing a challenge. But i have go
solution for this problem
here it is

If Asc(strTest) < 11 Then
If Asc(strTest) < 13 Then
If Asc(strTest) < 12 Then
............................................ continue

so that unnecessary characters like line change(enter key) etc ar
avoide

--
ExcelPowe
-----------------------------------------------------------------------
ExcelPower's Profile: http://www.excelforum.com/member.php...fo&userid=3096
View this thread: http://www.excelforum.com/showthread.php?threadid=51521

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
Is there a way to make the enter button work as regular enter Ricter Excel Discussion (Misc queries) 1 November 17th 09 02:50 AM
Paste from Word Tables, ignoring Paragraph marks guat Excel Discussion (Misc queries) 2 August 1st 08 02:25 PM
How do I find & replace quote marks with the word inch? Lele Excel Discussion (Misc queries) 3 November 25th 06 05:08 PM
Avoid user having to enter hours when using [mm]:ss format Lady_luck Excel Discussion (Misc queries) 3 January 4th 05 10:50 AM
Avoid user having to enter 00 hours when using [mm]:ss format Lady Luck Excel Discussion (Misc queries) 4 January 2nd 05 06:56 PM


All times are GMT +1. The time now is 12:31 PM.

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"