+ Reply to Thread
Results 1 to 6 of 6

Too narrow columns

Hybrid View

Guest Too narrow columns 10-12-2005, 10:05 AM
Guest Re: Too narrow columns 10-12-2005, 10:05 AM
Guest Re: Too narrow columns 10-12-2005, 11:05 AM
Guest Re: Too narrow columns 10-12-2005, 11:05 AM
Guest Re: Too narrow columns 10-12-2005, 11:05 AM
Guest Re: Too narrow columns 10-12-2005, 11:05 AM
  1. #1
    Sige
    Guest

    Too narrow columns

    Hi There,

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

    Brgds Sige


  2. #2
    Norman Jones
    Guest

    Re: Too narrow columns

    Hi Sige,

    Why not autofit any potentially contentious columns?

    ---
    Regards,
    Norman



    "Sige" <SIGE_GOEVAERTS@HOTMAIL.COM> wrote in message
    news:1129123987.611201.291160@f14g2000cwb.googlegroups.com...
    > Hi There,
    >
    > How can I find (&Select)columns on my worksheet which are too narrow?
    > (#####)
    >
    > Brgds Sige
    >




  3. #3
    SIGE
    Guest

    Re: 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 ***

  4. #4
    Gary Keramidas
    Guest

    Re: Too narrow columns

    just use

    columns("a:z").autofit

    for example
    --


    Gary


    "SIGE" <sige_goevaerts@NOSPAMhotmail.com> wrote in message
    news:u2XoP2zzFHA.3540@TK2MSFTNGP10.phx.gbl...
    > 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. #5
    Tom Ogilvy
    Guest

    Re: Too narrow columns

    the text property will contain #

    --
    Regards,
    Tom Ogilvy


    "Sige" <SIGE_GOEVAERTS@HOTMAIL.COM> wrote in message
    news:1129123987.611201.291160@f14g2000cwb.googlegroups.com...
    > Hi There,
    >
    > How can I find (&Select)columns on my worksheet which are too narrow?
    > (#####)
    >
    > Brgds Sige
    >




  6. #6
    SIGE
    Guest

    Re: 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 ***

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1