Results 1 to 3 of 3

For loop to populate A to Z

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-13-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2003, 2007
    Posts
    168

    For loop to populate A to Z

    Hi All,

    If we want to assign cell values with number we can use a for loop, for e.g.-

    For i = 1 to 100
    
    Cells(1, 1).value = i
    
    Next
    Similarly, do we have any such thing to populate alphabets..

    like For i = A to Z or something like that..
    Last edited by c.vaibhav; 05-08-2009 at 04:27 AM.

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