PC Review


Reply
Thread Tools Rate Thread

Altered Column Width

 
 
Guest
Posts: n/a
 
      4th May 2007
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.





 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      4th May 2007
Refresh with a macro that has one line to reset the column width

columns(5).columnwidth=12

--
Don Guillett
SalesAid Software
(E-Mail Removed)
<JoJo> wrote in message news:(E-Mail Removed)...
> 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.
>
>
>
>
>


 
Reply With Quote
 
Harlan Grove
Guest
Posts: n/a
 
      4th May 2007
"Don Guillett" <dguille...@austin.rr.com> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a macro which takes a column name and width and sets the column width to what it should be Ag Microsoft Excel Programming 4 29th Sep 2007 11:29 PM
Altered Column Width Microsoft Excel Discussion 2 4th May 2007 06:08 PM
Altered Column Width Microsoft Excel Misc 2 4th May 2007 06:08 PM
Altered Column Width Microsoft Excel Worksheet Functions 2 4th May 2007 06:08 PM
Altered Column Width Microsoft Excel New Users 2 4th May 2007 06:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:03 AM.