Results 1 to 10 of 10

Select non-empty cell range with VBA

Threaded View

mexykanu Select non-empty cell range... 12-09-2013, 09:07 AM
HerryMarkowitz Re: Select non-empty cell... 12-09-2013, 09:22 AM
mexykanu Re: Select non-empty cell... 12-09-2013, 09:26 AM
HerryMarkowitz Re: Select non-empty cell... 12-09-2013, 09:31 AM
venkatpvc Re: Select non-empty cell... 12-09-2013, 09:43 AM
mexykanu Re: Select non-empty cell... 12-09-2013, 09:51 AM
venkatpvc Re: Select non-empty cell... 12-09-2013, 09:55 AM
mexykanu Re: Select non-empty cell... 12-09-2013, 10:10 AM
venkatpvc Re: Select non-empty cell... 12-09-2013, 10:17 AM
mexykanu Re: Select non-empty cell... 12-09-2013, 10:24 AM
  1. #5
    Forum Contributor
    Join Date
    03-28-2013
    Location
    *
    MS-Off Ver
    Excel 2010
    Posts
    226

    Re: Select non-empty cell range with VBA

    Sub myTest()
       Dim lr As Long
        lr = Cells(Rows.Count, 3).End(xlUp).Row
        Range("c22:e" & lr).Select
    End Sub
    this above code do what your looking for
    Last edited by venkatpvc; 12-09-2013 at 09:49 AM.
    Give Feedback and Click(*)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Select the last empty cell of the range specific
    By marreco in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-06-2013, 09:48 AM
  2. Select Empty Cell Within a DropDown List Box's Range
    By bdb1974 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2010, 06:58 PM
  3. [SOLVED] Macro to find empty cell and select range to print selected.
    By vincentwongau@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-15-2006, 04:10 AM
  4. select first empty cell in a range
    By Shawn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-12-2005, 08:05 PM

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