+ Reply to Thread
Results 1 to 2 of 2

navigating the spreadsheet

  1. #1
    Registered User
    Join Date
    12-07-2006
    Posts
    2

    navigating the spreadsheet

    Hello,

    I'm trying to learn vba to replicate a number of complex spreadsheets written in a competitor's format (time to get with the rest of the world and use excel). Where do I find the commands to move around in the sheet. If I know the commands I believe I can do it but so far can't find them.

    For a simple example, I want to have a macro that works anywhere to total the occupied cells above the current cell when the number of occupied cells is unknown. In my old macro it read,

    {Up} [moves to the cell above current]
    {Shift+End} [equivalent of pressing the shift and end keys together]
    {Shift+Up} [selects all of the occupied cells}
    {Speedsum!} [totals]

    Any help would be appreciated.

    Jim

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by JBCA
    Hello,

    I'm trying to learn vba to replicate a number of complex spreadsheets written in a competitor's format (time to get with the rest of the world and use excel). Where do I find the commands to move around in the sheet. If I know the commands I believe I can do it but so far can't find them.

    For a simple example, I want to have a macro that works anywhere to total the occupied cells above the current cell when the number of occupied cells is unknown. In my old macro it read,

    {Up} [moves to the cell above current]
    {Shift+End} [equivalent of pressing the shift and end keys together]
    {Shift+Up} [selects all of the occupied cells}
    {Speedsum!} [totals]

    Any help would be appreciated.

    Jim
    Hi,

    variations of
    Please Login or Register  to view this content.
    might help you.

    ---
    Si fractum non sit, noli id reficere.

+ 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