Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hallo,
I dubble clic on the dividing lines to make automatically the row or colulmn as big as the biggest cell. I have a lot of cells that have to be resized. Is it possible to resize all the row and columns with a macro ? Thx in advance Tom |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom,
try activesheet.columns.autofit activesheet.rows.autofit -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Tom wrote : Hallo, I dubble clic on the dividing lines to make automatically the row or colulmn as big as the biggest cell. I have a lot of cells that have to be resized. Is it possible to resize all the row and columns with a macro ? Thx in advance Tom |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It works !
It is a database that generates the xls file, so I have te make the macro again and again and again ... Is it possible to integrate the marco into the basis marco's of excel ? thx Tom -----Original Message----- Tom, try activesheet.columns.autofit activesheet.rows.autofit -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Tom wrote : Hallo, I dubble clic on the dividing lines to make automatically the row or colulmn as big as the biggest cell. I have a lot of cells that have to be resized. Is it possible to resize all the row and columns with a macro ? Thx in advance Tom . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could put the code in an event that fires it automatically based on some
action. Without knowing your exact situation, it would be hard to tell which event would be appropriate, without being wasteful. You can look at Chip Pearson's page on events and make your own decision if one of these would be appropriate: http://www.cpearson.com/excel/events.htm and if workbook and sheet level events don't fit, perhaps an application level event: http://www.cpearson.com/excel/appevent.htm -- Regards, Tom Ogilvy "tom" wrote in message ... It works ! It is a database that generates the xls file, so I have te make the macro again and again and again ... Is it possible to integrate the marco into the basis marco's of excel ? thx Tom -----Original Message----- Tom, try activesheet.columns.autofit activesheet.rows.autofit -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Tom wrote : Hallo, I dubble clic on the dividing lines to make automatically the row or colulmn as big as the biggest cell. I have a lot of cells that have to be resized. Is it possible to resize all the row and columns with a macro ? Thx in advance Tom . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() store it into your personal.xls then assign a shortcut to it via macro's options. if you dont have a personal.xls start macro recorder ,select personal macro workbook . record something and it will be created for you. -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam tom wrote : It works ! It is a database that generates the xls file, so I have te make the macro again and again and again ... Is it possible to integrate the marco into the basis marco's of excel ? thx Tom -----Original Message----- Tom, try activesheet.columns.autofit activesheet.rows.autofit -- keepITcool www.XLsupport.com | keepITcool chello nl | amsterdam Tom wrote : Hallo, I dubble clic on the dividing lines to make automatically the row or colulmn as big as the biggest cell. I have a lot of cells that have to be resized. Is it possible to resize all the row and columns with a macro ? Thx in advance Tom . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I could NOT resize the axis title but excel allows me to resize gr | Charts and Charting in Excel | |||
I could NOT resize the axis title but excel allows me to resize gr | Charts and Charting in Excel | |||
What is the trick to make rows resize height automatically? | Excel Discussion (Misc queries) | |||
resize row height and column height | Setting up and Configuration of Excel | |||
sum of colomn.. | Excel Discussion (Misc queries) |