Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi There,
How can I find (&Select)columns on my worksheet which are too narrow? (#####) Brgds Sige |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Do not allow Narrow Down with AutoFilter | Excel Worksheet Functions | |||
How do I put one heading over 3 narrow columns? | New Users to Excel | |||
Data in narrow columns truncated when saving as DBF | Excel Discussion (Misc queries) | |||
Odd problem with charts... narrow! | Excel Programming | |||
Odd problem with charts... narrow! | Charts and Charting in Excel |