Search:

Type: Posts; User: TheBradish

Search: Search took 0.03 seconds.

  1. MsOf10 Re: [Excel 2010] Passing string variable to TimeValue()

    You're right. After a lot of painful testing I realized that I declared the local variable InactiveTime inside a private sub, and the script was failing when a different sub tried to use the same...
  2. MsOf10 [Excel 2010] Passing string variable to TimeValue()

    I have a vba script that closes an excel workbook after a period of inactivity. The code below is currently working:

    In "ThisWorkbook"-

    Private Sub Workbook_Open()
    'MsgBox "This workbook...
  3. Replies
    0
    Views
    9,352

    EyeTimer - reduce eye strain

    Now that my job is looking at a computer screen most of the day, my eyesight has gotten noticeably worse due to eye strain. Someone told me about the "20/20/20 rule" to reduce eye strain: every 20...
  4. VS 2013 Re: Toggling boolean value with keystroke

    You're right. I switched it to F9 and it works like a charm. Thanks, 4x2y!
  5. VS 2013 [RESOLVED] Toggling boolean value with keystroke

    I want to change the border of my form (on/off) by pressing the keyboard key "F10." The code below accomplishes that, but when the border is visible I have to hit F10 twice to hide it again. It's a...
  6. VS 2008 Appending to Excel file; last row does not increment

    I have a form with 4 text boxes and a check box used to input data. At a button click, the application opens an Excel file and writes one row of data into the spreadsheet from the form. Problem is,...
  7. Re: Can we improve VBForums Star Rating system?

    Another forum I visit uses, in addition to the rep system, a "Thanks" button for each post. When a post is thanked, the message appears below it: "The following users say thank you to techgnome for...
  8. Re: Can we improve VBForums Star Rating system?

    That brings it down to 3 starts. Don't worry, boops. We'll make sure the rating reflects the true value of this thread! :p
  9. Re: Can we improve VBForums Star Rating system?

    FWIW, at the time I found this thread it had a 5-star rating. I rated it as terrible and the overall rating fell to 4 stars.

    (Don't take it personally! ;))
  10. Re: Hover over thread title to show first line of post

    :cry: ok...
  11. Re: Self-Directed Learning for the Complete Beginner: Books and Web Resources

    Thanks a lot for the tips so far, everyone. Keep 'em coming! I know I can't be the only one who will benefit from this.
  12. Hover over thread title to show first line of post

    A few other forums I use will enable the user to hover over the linked thread title to show (ToolTip style) the first 1-3 lines of the first post on the thread. Very useful to know if a thread is...
  13. Self-Directed Learning for the Complete Beginner: Books and Web Resources

    Hi everyone.

    I have just started learning VB 2008 by slogging through the help files. Up until now I've been an average computer user - no knowledge of computer science. I'm just a few weeks in...
  14. VS 2008 Re: Using DialogResult.Cancel saves changes to NUD value

    That solved it. Thank you for the help!


    Imports System.Windows.Forms
    Public Class Settings_Dialog
    'declared variable
    Dim NUD_OpenVal As Integer = 0
    Private Sub...
  15. VS 2008 [RESOLVED] Using DialogResult.Cancel saves changes to NUD value

    Hi everyone. This is another problem related to my thread from yesterday.

    I have a form which is using the value of a NumericUpDown control within a settings dialog. Aside from three buttons...
  16. VS 2008 Re: Using NumericUpDown value from dialog

    Thanks again, vbP. Appreciate the help.
  17. VS 2008 Re: Using NumericUpDown value from dialog

    That fixed it, although I don't understand why? Would you mind enlightening me? Thanks for the solution.

    Fixed code:

    Private Sub SettingsToolStripMenuItem_Click(ByVal sender As Object, ByVal...
  18. VS 2008 Re: Using NumericUpDown value from dialog

    That's exactly what my problem is: NUD value remains the default value even if it was changed. I know this because of how long my progress bar takes to fill. (Timer ticks at 1000 for testing...
  19. VS 2008 Re: Using NumericUpDown value from dialog

    The max value is 100, as you said.

    Here is my code to show the settings dialog:

    Private Sub SettingsToolStripMenuItem_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
  20. VS 2008 [RESOLVED] Using NumericUpDown value from dialog

    Hi everyone. This is my first post. I'm just starting to learn VB (2008), and am about as green as you can get. Please bear with me, since I haven't really learned correct terminology yet.

    My...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width