+ Reply to Thread
Results 1 to 2 of 2

Loop to do Func for each Cell in Column

Hybrid View

  1. #1
    Registered User
    Join Date
    03-06-2007
    Posts
    27

    Loop to do Func for each Cell in Column

    I am looking to create a loop to do a function I created on each cell in a column of an undefined length? The fucntion (called FindMin) is a series of IF THEN statements. Thanks in advance.

    Sam

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,406
    Have you looked into a For Each ... Next loop?

    For Each c In myrange
    code
    Next c

    Look in VBA help for "For Each Next statement"

+ Reply to Thread

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