Roopher
Board Regular
- Joined
- Jul 8, 2008
- Messages
- 73
Hello!
I just have discovered a surefire way to crash my Exel 2007:
Trying to change the .ColumnWidth of 3 columns at once, I receive strange behaviour, and a subsequently forever-looping application. In the immediate window I type:
Can someone confirm this? Or better give me a fix for it? At least the three columns do have the desired widths when I run the line...
Thanks!
I just have discovered a surefire way to crash my Exel 2007:
Trying to change the .ColumnWidth of 3 columns at once, I receive strange behaviour, and a subsequently forever-looping application. In the immediate window I type:
Code:
Activesheet.Columns("A:C").ColumnWidth=Array(5,15,50)
Can someone confirm this? Or better give me a fix for it? At least the three columns do have the desired widths when I run the line...
Thanks!