Consulting

Results 1 to 2 of 2

Thread: ScrollColumn conundrum

  1. #1
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location

    ScrollColumn conundrum

    I've set a window with columns R & S visible and frozen. If I use ActiveWindow.ScrollColumn I get the first visible column to the right of S. What will return 18 (column R) to allow me to work with cursor position values?
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  2. #2
    VBAX Tutor david000's Avatar
    Joined
    Mar 2007
    Location
    Chicago
    Posts
    276
    Location
    [VBA]Application.Goto Cells(1, 18)[/VBA]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •