+ Reply to Thread
Results 1 to 3 of 3

Command "Cells(Rows.Count, A).End(3)(2) = B" means

  1. #1
    Registered User
    Join Date
    08-30-2015
    Location
    chicago
    MS-Off Ver
    2007
    Posts
    32

    Command "Cells(Rows.Count, A).End(3)(2) = B" means

    In excel-macro-vba,

    command

    Command
    "Sheet1.Cells(Sheet1.Rows.Count, A).End(3)(2) = B"
    means
    Last edited by macrolearnerkk; 10-01-2015 at 07:34 AM.

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Command "Cells(Rows.Count, A).End(3)(2) = B" means

    Means nothing, looks broken.

  3. #3
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Command "Cells(Rows.Count, A).End(3)(2) = B" means

    it just one of those extras in the synatx
    two parts
    .End(Direction)
    Enumeration
    xlToLeft = 1
    xlToRight = 2
    xlUp = 3
    xlDown = 4
    and last is the cells.offset( )
    (nRows)
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

+ 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. [SOLVED] Count number of rows in a range that contain less than 5 cells with the string "VAC"
    By bananius in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-25-2014, 03:58 PM
  2. [SOLVED] VBA "& Cells(Rows.Count)" problem - copying outside of range
    By Dgp2012 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-26-2014, 05:18 AM
  3. range("e1" & cells(rows.Count,5).end(xlup)).Select
    By sohaila in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-09-2014, 09:27 AM
  4. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  5. [SOLVED] Count the number of cells over 35 days excluding rows/cells that have a "yes" value
    By northcoms in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2013, 10:25 AM
  6. Count Number of Rows with cells that contain "Yes".
    By climbjm in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-22-2007, 01:59 PM
  7. Cells(Rows.Count, "b").End(xlUp).Row
    By Kate in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-25-2006, 11:31 AM

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