+ Reply to Thread
Results 1 to 5 of 5

SmallScroll error in macro

  1. #1
    Registered User
    Join Date
    11-19-2005
    Posts
    20

    SmallScroll error in macro

    Am completely new to macros in excel. Can anyone tell me why I am getting this error message "object doesn't support this property or method (ERROR 438) on the following code line -" ActiveSheet.SmallScroll Down:=5 " I have been searching for hours and can't find a solution

  2. #2
    Norman Jones
    Guest

    Re: SmallScroll error in macro

    Hi PBM,

    Try:

    ActiveWindow.SmallScroll Down:=5

    ---
    Regards,
    Norman



    "PBM" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Am completely new to macros in excel. Can anyone tell me why I am
    > getting this error message "object doesn't support this property or
    > method (ERROR 438) on the following code line -"
    > ActiveSheet.SmallScroll Down:=5 " I have been searching for hours and
    > can't find a solution
    >
    >
    > --
    > PBM
    > ------------------------------------------------------------------------
    > PBM's Profile:
    > http://www.excelforum.com/member.php...o&userid=28900
    > View this thread: http://www.excelforum.com/showthread...hreadid=486476
    >




  3. #3
    Forum Contributor
    Join Date
    06-02-2005
    Location
    India
    MS-Off Ver
    2007
    Posts
    138
    Try this:

    Please Login or Register  to view this content.
    HTH
    ilyaskazi

  4. #4
    Nigel
    Guest

    Re: SmallScroll error in macro

    Use.....but select activate the sheet first

    ActiveWindow.SmallScroll Down:=5

    --
    Cheers
    Nigel



    "PBM" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Am completely new to macros in excel. Can anyone tell me why I am
    > getting this error message "object doesn't support this property or
    > method (ERROR 438) on the following code line -"
    > ActiveSheet.SmallScroll Down:=5 " I have been searching for hours and
    > can't find a solution
    >
    >
    > --
    > PBM
    > ------------------------------------------------------------------------
    > PBM's Profile:

    http://www.excelforum.com/member.php...o&userid=28900
    > View this thread: http://www.excelforum.com/showthread...hreadid=486476
    >




  5. #5
    Registered User
    Join Date
    11-19-2005
    Posts
    20

    Smile Bingo!

    Norman, Ilyaskai, Nigel,
    Thanks guys, it works a treat.

+ 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