+ Reply to Thread
Results 1 to 3 of 3

How to create business invoice thr vba codes

  1. #1
    Registered User
    Join Date
    10-02-2014
    Location
    Ahmedabad
    MS-Off Ver
    7.0
    Posts
    41

    How to create business invoice thr vba codes

    How to create vba codes for making business invoive where i put the number and all details related to that number are displayed

    like see
    1 Manojkumar
    station
    allahabad
    2 Narendra
    Fort
    New Delhi

    if i press 1 all details against 1 should be displayed plz show me vba codes and suggest how to run plz

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to create business invoice thr vba codes

    This isn't the VBA programming subforum, it's Excel General. And your question doesn't really imply a need for vba. You can create a sheet with your database of information

    Column A: ID
    Column B: Name
    Column C: Assignment
    Column D: Location

    Then on another sheet you can enter an ID in A1, and in B1 use VLOOKUP() formula to draw back the name:
    =VLOOKUP(A1, Sheet1!A:B, 2, 0)

    And in C1 to draw back the assignment:
    =VLOOKUP(A1, Sheet1!A:C, 3, 0)

    Etc...
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to create business invoice thr vba codes

    Your question was crossposted on another forum and as such does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

    I am adding the link for you this time, in the future do not do this. Thanks.
    http://www.mrexcel.com/forum/excel-q...e-how-run.html

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] VBA Codes to Automate Invoice
    By newqueen in forum Excel Programming / VBA / Macros
    Replies: 45
    Last Post: 11-17-2015, 04:25 AM
  2. [SOLVED] Invoice sheet using some vba codes
    By naga in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-05-2013, 03:15 PM
  3. Replies: 3
    Last Post: 03-26-2012, 07:44 PM
  4. Replies: 2
    Last Post: 07-08-2009, 05:45 PM
  5. Replies: 3
    Last Post: 07-18-2005, 11:05 PM

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