Results 1 to 8 of 8

Excel Macro inserts row but does not insert next number in row.

Threaded View

Man Help Excel Macro inserts row but... 01-28-2010, 09:47 AM
royUK Re: Excel Macro to Add to... 01-28-2010, 09:49 AM
royUK Re: Excel Macro to Add to... 01-28-2010, 09:50 AM
Man Help Re: Excel Macro Loop Help 01-28-2010, 10:23 AM
cwayneu Re: Excel Macro Loop Help 12-18-2023, 03:06 PM
FDibbins Re: Excel Macro Loop Help 12-20-2023, 01:49 AM
cwayneu Re: Excel Macro inserts row... 12-20-2023, 09:47 AM
FDibbins Re: Excel Macro inserts row... 12-21-2023, 01:31 AM
  1. #1
    Registered User
    Join Date
    01-28-2010
    Location
    Denmark, Copenhagen
    MS-Off Ver
    Excel Vista
    Posts
    2

    Excel Macro inserts row but does not insert next number in row.

    G'Day everyone,

    I am trying to put a macro in a spreadsheet that will prompt the user to click the button and for the macro to insert a new row and add to the number above.

    i.e. insert a new row and number it numerically.


    So far...
    Sub Button7_Click()
    
    Rows("27:27").Select
    Selection.Insert Shift:=x1Down
    
    End Sub
    Thanks a million for any help.

    Cheers.
    Last edited by Man Help; 01-28-2010 at 11:01 AM.

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