+ Reply to Thread
Results 1 to 4 of 4

Cell position according to active cell's position

  1. #1
    Registered User
    Join Date
    05-25-2010
    Location
    V
    MS-Off Ver
    Excel 2003
    Posts
    18

    Question Cell position according to active cell's position

    Dear all,


    i have big macro with if statement and a variable that the position and selection of the active cell depends on. Everything is working perfectly and i want to add some extra conditions in order to select the position of the active cell because i have some rows which include 0 values.I should mention once again that the active cell's address depends on the result of the previous if statements and a variable so the cell that i need to check if its value = 0 has to be expressed with the active cell's position.
    I also don't want to move active cell before i know the result. After i know if the result of the cell under the active

    So what i want to say is:

    Please Login or Register  to view this content.
    So how can i write this Cell(ActiveCell.Row +1, Active.Cell.Column)?

    Do you think you could help me??



    Thank you in advance!!!
    Last edited by EXCELOST; 02-13-2011 at 05:23 AM.

  2. #2
    Registered User
    Join Date
    05-25-2010
    Location
    V
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: Cell position according to active cell's position

    Though it is not a code, it is not working....

    Thank you for the suggestion!

  3. #3
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Cell position according to active cell's position

    Maybe:

    Please Login or Register  to view this content.

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  4. #4
    Registered User
    Join Date
    05-25-2010
    Location
    V
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: Cell position according to active cell's position

    Thank you Domski!

+ 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