Results 1 to 4 of 4

Auto Serial Number

Threaded View

  1. #1
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    163

    Auto Serial Number

    Dear Sir,

    i have the formula for auto serial number with auto insert row.

    i m getting problem when i click on insert new row button serial number getting changes.

    please help me, and see the below formula and code for the same.

    IF(COUNTA(C4:O4)>0,"01"&ROW(B4)-2,"")

    Sub insert_new_row()
    
    Rows("4:4").Select
    Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
    End Sub
    Attached Files Attached Files
    Last edited by Fotis1991; 04-23-2014 at 02:30 AM. Reason: pls use code tags for your codes!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto Serial Number Using VBA
    By LoveCandle in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-21-2022, 09:24 PM
  2. Shortcyt key for auto serial number
    By dingdang in forum Excel General
    Replies: 1
    Last Post: 07-16-2013, 02:17 AM
  3. VBA to Get Auto Serial Number As Per Defined Pattern
    By Rajeshkumar R in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-24-2012, 08:46 AM
  4. [SOLVED] Unable to make a auto serial number column.
    By Jeetu_pa84 in forum Excel General
    Replies: 3
    Last Post: 05-22-2012, 06:11 AM
  5. Auto Fill the serial Number
    By anwitha in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-23-2010, 02:11 AM

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