Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 354
Default don't want column width change after refresh

Hi all
I wrote query so it retrieve data and load to excel. When I hit 'refresh'
the excel
column width changes. How can I have a fix column width? I did fromat the
column but not help.
Daniel
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default don't want column width change after refresh

You could fix it with :
Columns("A:A").ColumnWidth = 12 ' Adjust to suit th column and width
"Daniel" wrote in message
...
Hi all
I wrote query so it retrieve data and load to excel. When I hit 'refresh'
the excel
column width changes. How can I have a fix column width? I did fromat the
column but not help.
Daniel



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 354
Default don't want column width change after refresh

Thanks Corey
But how can I write this formula. Need help step by step.
Daniel

"Corey ...." wrote:

You could fix it with :
Columns("A:A").ColumnWidth = 12 ' Adjust to suit th column and width
"Daniel" wrote in message
...
Hi all
I wrote query so it retrieve data and load to excel. When I hit 'refresh'
the excel
column width changes. How can I have a fix column width? I did fromat the
column but not help.
Daniel




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
Change Cell Width WITHOUT changing Column width dww701 Excel Discussion (Misc queries) 1 January 12th 09 10:52 PM
Change the column width Nikolaus Excel Discussion (Misc queries) 3 December 18th 08 08:36 PM
Locking column width - upon refresh of PivotTable pepenacho Setting up and Configuration of Excel 0 May 8th 06 04:48 PM
Why can't I Change column width? Leslie Koorhan Excel Discussion (Misc queries) 2 March 10th 05 01:01 AM
Change the width of a single column in a column chart Dave Charts and Charting in Excel 2 December 13th 04 07:25 PM


All times are GMT +1. The time now is 03:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"