Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.word.vba.general
external usenet poster
 
Posts: 23
Default word wrap from shrink to fit

I have cross posted this response to the microsoft.public.excel.programming
newsgroup, which is where you should have asked the question.

The newsgroup to which you posted it is for the use of VBA in Word.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Curt" wrote in message
...
Don't know how to correct post
Found that I need to change format of worksheet have following code but do
not seem to be able to get it to change format I do copy from Data to
announcer. Data is shrink to fit want announcer to be general
Thanks
'Worksheets("Data").range("A4:A104,E4:E104,H4:H104 ,M4:M104").Copy
With Sheets("Announcer") 'Worksheets("Announcer").Select
'Columns("A:D").Select
Selection.NumberFormat = "General"
End With
'Selection.NumberFormat = "General"
Worksheets("Data").range("A4:A104,E4:E104,H4:H104, M4:M104").Copy
Worksheets("Announcer").range("A1").PasteSpecial '.Paste:=xlValues
'Columns("D:D").Select
'Selection.NumberFormat = "General"
Application.CutCopyMode = False

"Curt" wrote:

have a sheet with data in a cell shrink to fit. Dbl click on cell all
data
apears on top. When I copy to another sheet I do not shrink to fit. only
copy
and paste. Many of the cells will not go into word wrap. This cuts off
data
for printing. Is there a limit as to how large a cell can be or how many
charters it can have? Most cell open up fine those with more data stay
shrunk. I even tried to format cells on sheet I copied to and certain
cells
would stay shrunk. Otherwise print out was ok

Stuck
Thanks



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
SHRINK AND WRAP Pam M Excel Discussion (Misc queries) 7 June 17th 09 11:06 PM
Format cell to both Wrap text and shrink to fit dunnL1 Excel Discussion (Misc queries) 1 March 5th 08 04:38 PM
want to use word wrap and shrink to fit salts Excel Discussion (Misc queries) 0 October 11th 07 07:18 PM
Copy from Word to Excel, and retain indent, plus word wrap Eric Excel Discussion (Misc queries) 1 March 9th 07 03:15 AM
shrink to fit and wrap text exhausted everything Excel Worksheet Functions 0 January 27th 06 03:05 PM


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