Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel VBA Data Grid - Changing Column Width

Could anyone let me know either of 2 things:

1) How do you change the column width of a data grid?

2) Is it possible to autofit the columns?

I am using Microsoft Data Grid Control v6.0

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel VBA Data Grid - Changing Column Width

With DataGrid1
.Columns(0).Width = 0
.Columns(1).Width = 3000
.Columns(2).Width = 1030
End With

don't see any evidence that it supports autofit.

--
Regards,
Tom Ogilvy

"ecm1185" wrote in message
ps.com...
Could anyone let me know either of 2 things:

1) How do you change the column width of a data grid?

2) Is it possible to autofit the columns?

I am using Microsoft Data Grid Control v6.0

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel VBA Data Grid - Changing Column Width

Thanks for your help. As a follow up, is it possible to delete one of
the rows?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Excel VBA Data Grid - Changing Column Width

once you put the control on your userform, then look in the object browser
and study the methods and properties available for the control and its
objects.

--
Regards,
Tom Ogilvy



"ecm1185" wrote:

Thanks for your help. As a follow up, is it possible to delete one of
the rows?


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
Changing Row Height/Column Width DJ Excel Discussion (Misc queries) 4 February 27th 09 02:07 AM
Change Cell Width WITHOUT changing Column width dww701 Excel Discussion (Misc queries) 1 January 12th 09 10:52 PM
Changing column width for opening *.csv in Excel Netnathan Setting up and Configuration of Excel 2 February 2nd 07 02:41 PM
Locking Column Width when changing Data in a Pivot Table pepperds Excel Discussion (Misc queries) 1 January 10th 07 10:07 PM
Can I make column width and row height equal (a grid) in Excel? Buzzcut Excel Discussion (Misc queries) 1 May 3rd 05 05:24 PM


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