Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Folks:
In use one column of my spreadsheet to import a text file. Each day I run a refresh on the data. However, after refreshing this data, I notice that the width of the column into which data is received gets altered. * How can I prevent the width of the single column from being changed as I import data from a text file ? Thanks, John. |
#2
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Refresh with a macro that has one line to reset the column width
columns(5).columnwidth=12 -- Don Guillett SalesAid Software <JoJo wrote in message ... Folks: In use one column of my spreadsheet to import a text file. Each day I run a refresh on the data. However, after refreshing this data, I notice that the width of the column into which data is received gets altered. * How can I prevent the width of the single column from being changed as I import data from a text file ? Thanks, John. |
#3
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Don Guillett" wrote...
Refresh with a macro that has one line to reset the column width columns(5).columnwidth=12 .... Or store the column width in a variable first, import into the column, then restore the saved column width. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Altered Column Width | Excel Discussion (Misc queries) | |||
Altered Column Width | New Users to Excel | |||
Altered Column Width | Excel Worksheet Functions | |||
Set Column Width Based On Total Width Of Other Columns | Excel Programming |