+ Reply to Thread
Results 1 to 6 of 6

Too narrow columns

  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" <[email protected]> wrote in message
    news:[email protected]...
    > Hi There,
    >
    > How can I find (&Select)columns on my worksheet which are too narrow?
    > (#####)
    >
    > Brgds Sige
    >




  3. #3
    Tom Ogilvy
    Guest

    Re: Too narrow columns

    the text property will contain #

    --
    Regards,
    Tom Ogilvy


    "Sige" <[email protected]> wrote in message
    news:[email protected]...
    > Hi There,
    >
    > How can I find (&Select)columns on my worksheet which are too narrow?
    > (#####)
    >
    > Brgds Sige
    >




  4. #4
    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 ***

  5. #5
    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 ***

  6. #6
    Gary Keramidas
    Guest

    Re: Too narrow columns

    just use

    columns("a:z").autofit

    for example
    --


    Gary


    "SIGE" <[email protected]> wrote in message
    news:[email protected]...
    > 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 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