USD$30 - auto generated email with specific fields, outlook 2010

Important Notice


Please note that on 14th December 2023 users will experience an expected outage whilst we make upgrades to our network. We anticipate this process may take a couple of hours and so we apologise in advance for any inconvenience.

  • Re: USD$30 - auto generated email with specific fields, outlook 2010


    Quote from steve400243;786668

    Hello John, Here is the completed sheet, when i try to format Column H it stretches everything out and makes column H very wide? Any Idea why this wood be happening now?


    Run this on the sheet and view the VBA Immediate Window.

    Code
    Sub ColH()
        Dim r As Long
        For r = 1 To ActiveSheet.Cells(Rows.Count, "H").End(xlUp).Row
            Debug.Print ActiveSheet.Cells(r, "H").Address, Len(ActiveSheet.Cells(r, "H").Value)
        Next
    End Sub


    H7 contains a 7236 character string!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!