Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: TextBox to Excel

  1. #11
    Xystus777's Avatar
    Xystus777 is offline Learning Programmer
    Join Date
    Oct 2008
    Location
    Chesterfield, MI
    Posts
    59
    Rep Power
    0

    Re: TextBox to Excel

    Yep, I'll check again though, hah.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: TextBox to Excel

    It sounds strange that the particular line of code was the problem. Little can go wrong with it, you are just assigning a value to a variable from a textbox.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  4. #13
    Xystus777's Avatar
    Xystus777 is offline Learning Programmer
    Join Date
    Oct 2008
    Location
    Chesterfield, MI
    Posts
    59
    Rep Power
    0

    Re: TextBox to Excel

    I know it, I'm confused too! Hah. There's obviously something wrong somewhere else that's throwing it out at that point. I don't know.

  5. #14
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: TextBox to Excel

    Try some old-fashioned debugging.

    Inspect the textbox's contents via the Immediate window.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  6. #15
    Xystus777's Avatar
    Xystus777 is offline Learning Programmer
    Join Date
    Oct 2008
    Location
    Chesterfield, MI
    Posts
    59
    Rep Power
    0

    Re: TextBox to Excel

    What does this mean, this didn't show up before. But in my warning section when I build, it says:

    Warning 1 Field 'T_Numbers.Form2.xlWB' is never assigned to, and will always have its default value null

    Warning 2 Field 'T_Numbers.Form2.xlWS' is never assigned to, and will always have its default value null

  7. #16
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: TextBox to Excel

    It means you never give that variable a value with your current code, so the variable is pointless at the moment.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  8. #17
    Xystus777's Avatar
    Xystus777 is offline Learning Programmer
    Join Date
    Oct 2008
    Location
    Chesterfield, MI
    Posts
    59
    Rep Power
    0

    Re: TextBox to Excel

    Alright, I'll look into it. I'm at home now, I'll work on it tomorrow at work. Thanks for all of your help. I'm sure i'll be posting again tomorrow.

  9. #18
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: TextBox to Excel

    OK. I will probably be here.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

Closed Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Can't take value from textbox
    By socheata in forum PHP Development
    Replies: 6
    Last Post: 09-24-2010, 03:17 AM
  2. Excel 2007 and excel 2010
    By secondrate in forum Visual Basic Programming
    Replies: 1
    Last Post: 06-16-2010, 04:49 AM
  3. Import form Excel, filtr, export to excel
    By seatcordobawrc in forum Pascal and Delphi
    Replies: 1
    Last Post: 03-30-2010, 02:30 PM
  4. Textbox Value
    By Bioshox in forum PHP Development
    Replies: 6
    Last Post: 02-27-2010, 02:11 PM
  5. help me about textbox in vb net 2003
    By saint_xaver in forum Visual Basic Programming
    Replies: 1
    Last Post: 08-31-2008, 10:57 AM

Tags for this Thread

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