Consulting

Results 1 to 2 of 2

Thread: xl Cell Properties

  1. #1

    xl Cell Properties

    Hi,
    Does anyone know where I can find a comprehensive list of '.Cells()' properties that I can Test for/Apply to Excel Cells?

    i.e.
    Cells(x,y).NumberFormat

    I want to set Conditional Formatting using VBA,
    to test for:
    Data Type (Character, Integer, Date, Decimal, Logical)
    Field Length (x(50), 999, 99/99/9999, 999.99, Yes/No)

    from an imported file.

    Thanks in advance,

    Neal

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Cross-posting, also at Ozgrid

Posting Permissions

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