Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.

Have an account? Sign In

Captcha Click on image to update the captcha.

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Tech Answered Logo Tech Answered Logo
Sign InSign Up

Tech Answered

Tech Answered Navigation

  • Home
  • Tutorials
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Blog
  • Contact Us
Home / Questions /Q 4527
Next
In Process
dynamicapps5
dynamicapps5

dynamicapps5

  • India
  • 127 Questions
  • 66 Answers
  • 2 Best Answers
  • 198 Points
View Profile
  • 0
dynamicapps5
Asked: October 16, 20242024-10-16T17:59:37+05:30 2024-10-16T17:59:37+05:30In: Windows

How To Insert Serial Numbers Automatically In Excel With VBA code

  • 0

How can we Insert Serial Numbers Automatically In Excel With VBA code ? can any one write the customized code to Insert Serial Numbers Automatically In Excel With VBA code?

excelhow to insert serial numbers automatically in excel with vba codehow to insert serial numbers automatically in excel with vba code 2024how to insert serial numbers automatically in excel with vba code 2025vba code
  • 1
  • 2,055
  • 0
  • 0
Answer
Share
  • Facebook

    Related Questions

    • How To Insert Names Automatically in Excel Sheet With VBA Code
    • How To Remove Country Code From Phone Number In Excel
    • How to Write VBA Code To Auto delete Blank Or Empty Rows In Excel
    • How to FIX MS Office Error Code 0xc0000142 ?

    1 Answer

    1. shree

      shree

      • India
      • 138 Questions
      • 69 Answers
      • 2 Best Answers
      • 200 Points
      View Profile
      shree
      2024-10-16T18:00:56+05:30Added an answer on October 16, 2024 at 6:00 pm

      Just create this macro to insert serial numbers in excel with VBA Code.

       

      Sub InsertNumber()
      Dim selectedRow, selectedColumnNumber, i, diff As Integer

      diff = 0
      selectedRow = Selection.Row
      selectedColumnNumber = Selection.Column

      Dim UptoThisNumber As Integer
      UptoThisNumber = InputBox(“How Many Numbers:”, “Number Input”, 10)

      For i = 1 To UptoThisNumber

      Cells(selectedRow + ((i – 1) + diff), selectedColumnNumber + diff).Value = i + 4000

      ‘diff = diff + 2

      Next i

      End Sub

      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    Leave an answer

    Leave an answer
    Cancel reply

    Browse

    Sidebar

    Ask A Question

    More Questions

    • arunraj503

      How To Insert Names Automatically in Excel Sheet With VBA

    • dynamicapps5

      How To Remove Country Code From Phone Number In Excel

    • kiran kumar85

      How to open emoji keyboard on windows

    • kiran kumar85

      How to stop windows 11 update permanently

    • kiran kumar85

      How to fix the POS limit has been reached on

    • dynamicapps5

      How do I stop my screen from changing brightness Windows

    • kiran kumar85

      how to solve unidentified network problem in windows 10 laptop

    • kiran kumar85

      Is it possible to run Mac OS on a Windows

    Stats

    • Questions 1,992
    • Answers 2,102
    • Posts 12
    • Best Answers 73

    Related Questions

    • arunraj503

      How To Insert Names Automatically in Excel Sheet With VBA Code

    • dynamicapps5

      How To Remove Country Code From Phone Number In Excel

    • dynamicapps5

      How to Write VBA Code To Auto delete Blank Or Empty Rows

    • Krishna Vijayan

      How to FIX MS Office Error Code 0xc0000142 ?

    Explore

    • Home
    • Communities
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Polls
    • Tags
    • Badges
    • Users
    • Help

    Footer

    Recent Comments

    • muller on how to solve export problem in kinemaster
    • muller on how to solve export problem in kinemaster
    • muller on how to solve export problem in kinemaster
    • AaronBlackburn on why can’t i find my message requests on instagram
    • shree on How to use philips citrus press juicer 25 watts Demo
    Ask A Question

    Archives

    Tags

    laptop buying guide (1) limit google news notifications (1) printer buying guide (1) stop google news notifications (1) turn off google news notifications (1)

    Social media

    © 2023 @ Techanswered.com.
    Terms, Privacy policy & Sitemap.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.