Results 1 to 3 of 3

Thread: basic6 and excel

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    6
    how or where can i get information on reading and writing information with individual cells in microsoft excel. i need to read information from some cells and write info to other cells.
    thanks
    Liam

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    A quick way is to:

    Open Excel.
    Ensure the Visual Basic toolbar is visible and select the Visual Basic Editor Button.
    From within the visual basic editor select the help menu option and when the office assistant appears type cell in the box and search.
    Look at the example for Cells property.

    More searches reveals more examples.



    Things I do when I am bored: DotNetable

  3. #3
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Nitro
    Posts
    633
    There are 5 different method to refer to cells in Excel.

    Range("A1").Value
    Cells(1,1).Value
    R1C1
    Activecell.Value
    [A1]
    Chemically Formulated As:
    Dr. Nitro

Posting Permissions

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



Click Here to Expand Forum to Full Width