CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Dec 2002
    Location
    Tenby, Wales
    Posts
    277

    Re: Datagridview, Saving data in many Excel rows

    Looks like I am gonna have to abandon my project then if nobody can help me

    Thanks to anyone who replied
    Visual Basic 2005 ver. 8.0.50727.867

  2. #17
    Join Date
    Jan 2003
    Location
    7,107 Islands
    Posts
    2,487

    Re: Datagridview, Saving data in many Excel rows

    try to run your application in debug mode and then step through each line of your code in the loop. you may use the watch window to inspect the variable contents when the error triggers.

    i also noticed a Parameters.Clear() inside the loop.
    Busy

  3. #18
    Join Date
    Dec 2002
    Location
    Tenby, Wales
    Posts
    277

    Re: Datagridview, Saving data in many Excel rows

    Cheers Thread1 - I will give it a go and see what I come up with
    Visual Basic 2005 ver. 8.0.50727.867

Page 2 of 2 FirstFirst 12

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