+ Reply to Thread
Results 1 to 2 of 2

Current row and column

  1. #1
    Registered User
    Join Date
    06-18-2004
    Posts
    11

    Current row and column

    What's the VB code for determining which column and row is currently active?

    Thanks

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    ThisCol = ActiveCell.column
    ThisRow = ActiveCell.Row
    ThisCell = ActiveCell.Address

+ 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