Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 206
Default Too narrow columns

Hi There,

How can I find (&Select)columns on my worksheet which are too narrow?
(#####)

Brgds Sige

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Too narrow columns

Hi Sige,

Why not autofit any potentially contentious columns?

---
Regards,
Norman



"Sige" wrote in message
oups.com...
Hi There,

How can I find (&Select)columns on my worksheet which are too narrow?
(#####)

Brgds Sige



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Too narrow columns

the text property will contain #

--
Regards,
Tom Ogilvy


"Sige" wrote in message
oups.com...
Hi There,

How can I find (&Select)columns on my worksheet which are too narrow?
(#####)

Brgds Sige



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Too narrow columns

Hi Norman,

I am not sure how to turn that on?

Sige

"NOSPAM" to be removed for direct mailing...

*** Sent via Developersdex http://www.developersdex.com ***
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Too narrow columns


If IsNumeric(Cel.Value) And Left(Cel.Text, 1) = "#" Then

Thanks Tom

"NOSPAM" to be removed for direct mailing...

*** Sent via Developersdex http://www.developersdex.com ***


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Too narrow columns

just use

columns("a:z").autofit

for example
--


Gary


"SIGE" wrote in message
...
Hi Norman,

I am not sure how to turn that on?

Sige

"NOSPAM" to be removed for direct mailing...

*** Sent via Developersdex http://www.developersdex.com ***



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
Do not allow Narrow Down with AutoFilter [email protected] Excel Worksheet Functions 19 September 13th 07 10:28 PM
How do I put one heading over 3 narrow columns? Janice New Users to Excel 2 May 29th 07 11:58 PM
Data in narrow columns truncated when saving as DBF Ben Amada Excel Discussion (Misc queries) 2 October 11th 05 11:23 PM
Odd problem with charts... narrow! rci Excel Programming 0 December 9th 04 05:42 PM
Odd problem with charts... narrow! rci Charts and Charting in Excel 0 December 9th 04 05:42 PM


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