Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I've researched the board and I can't find the correct answer.
We have several users updating a spreadsheet. In one of the cells users have to enter text that could be up to 1000 characters. Is there a way that when a user either pastes data or enter text that the columns or rows expand to automatically fit the text. Thanks so much Using Excel 2003 and not a programmer :-). Tnx much. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Feb 11, 10:00*am, rp2chil
wrote: Hi, I've researched the board and I can't find the correct answer. We have several users updating a spreadsheet. *In one of the cells users have to enter text that could be up to 1000 characters. *Is there a way that when a user either pastes data or enter text that the columns or rows expand to automatically fit the text. Thanks so much Using Excel 2003 and not a programmer :-). *Tnx much. Right click the sheet tab, then select View Code. In the right pane, select Worksheet in the first drop down and Change in the second. Paste this code. Private Sub Worksheet_Change(ByVal Target As Range) Cells.Select Cells.EntireColumn.AutoFit Target.Select End Sub |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
awesome, thanks So much...
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get the a large amount of text to show in merged cell? | Excel Discussion (Misc queries) | |||
how do I import a large amount of text into one cell? | Excel Discussion (Misc queries) | |||
Not all text wraps in a cell containing large amount of text | Excel Discussion (Misc queries) | |||
How do I paste a large amount of text into a cell ? | Excel Discussion (Misc queries) | |||
Fit large amount of text in 1 cell | Excel Discussion (Misc queries) |