CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: VB.net + Excel

  1. #1
    Join Date
    Sep 2010
    Posts
    24

    Question VB.net + Excel

    Hey all.

    I'm trying to do the following:

    -Open an Excel template (that I have made, not a built-in one).
    -Copy it. (Unless it can be written to the template without having to be saved)
    -Write info to the copy.
    -Print the copy.

    The template shouldn't be saved/altered in any way, so the process can be re-done at a later time. Without the previous session influencing it.

    My question: Can I get some examples on how to do this? I'm pretty decent with VB.Net but haven't tried to use excel, nor a printing function, so I'm not sure how to approach those areas.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: VB.net + Excel

    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Sep 2010
    Posts
    24

    Re: VB.net + Excel

    Sorry, VS 2010 express. Should have mentioned that.

    Those examples should still help me though. Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured