+ Reply to Thread
Results 1 to 2 of 2

Entering a list of data using VBA

  1. #1
    Registered User
    Join Date
    07-31-2013
    Location
    Florida, USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Entering a list of data using VBA

    I have a list of number I want VBA to add to a sheet. right now i have a VBA to add it one by one but was wondering if there was an easier way.

    EX.Range("A1").Select
    ActiveCell.FormulaR1C1 = "78"
    Range("A2").Select
    ActiveCell.FormulaR1C1 = "275"
    Range("A3").Select
    ActiveCell.FormulaR1C1 = "280"
    Range("A4").Select
    ActiveCell.FormulaR1C1 = "765"

    Thanks ahead of time.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Entering a list of data using VBA

    One way:

    Please Login or Register  to view this content.
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 12
    Last Post: 04-30-2013, 05:40 PM
  2. Data validation list multiple options problem when entering none validated data
    By ThomasCarter in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-02-2012, 05:53 AM
  3. Entering data from a predefined list
    By davidswallow in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-05-2007, 05:24 PM
  4. entering data from a list
    By Harley Rider in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-14-2006, 09:10 AM
  5. Entering data from dropdown list
    By Bruce M in forum Excel General
    Replies: 8
    Last Post: 02-07-2006, 10:25 PM

Tags for this Thread

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