+ Reply to Thread
Results 1 to 3 of 3

Inserting a Row with a Variable Row Number

  1. #1
    Izran
    Guest

    Inserting a Row with a Variable Row Number

    Simple problem I believe, but I have a interger variable expression
    (iEnd - 2) that identifies the row number I want to select to insert a
    row. For the life of me, I cant seem to figure out how to do it. Any
    help will be appreciated.

    Regards,
    Michael P Manzi


  2. #2
    Dave Peterson
    Guest

    Re: Inserting a Row with a Variable Row Number

    activesheet.rows(iEnd-2).insert

    Maybe???



    Izran wrote:
    >
    > Simple problem I believe, but I have a interger variable expression
    > (iEnd - 2) that identifies the row number I want to select to insert a
    > row. For the life of me, I cant seem to figure out how to do it. Any
    > help will be appreciated.
    >
    > Regards,
    > Michael P Manzi


    --

    Dave Peterson

  3. #3
    Izran
    Guest

    Re: Inserting a Row with a Variable Row Number

    Yeppers. I knew it was something simple, but after 20 minutes of
    pulling my hair out ot make it work..... Thanks a bunch.


+ 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