Results 1 to 3 of 3

Looping until an empty cell

Threaded View

  1. #1
    Registered User
    Join Date
    07-28-2009
    Location
    Chicago, Il
    MS-Off Ver
    Excel 2007
    Posts
    67

    Looping until an empty cell

    Hello
    I have a macro in which i am taking information from one cell and puting it in to a text box but need to repeat this process from B1 to C1 to D1 etc here is what I have so far

    Dim shpTextBox As Shape
            
    Set shpTextBox = Sheet3.Shapes("Text Box 1")
    shpTextBox.TextFrame.Characters.Text = Sheet2.Range("B1").Value
     
    End Sub
    Last edited by Ricardo9211; 08-09-2009 at 05:17 PM.

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