• Member Avatar for Papa_Don
    Papa_Don

    Marked Solved Status for Starting an application within a timer

    Hello group! I've created a short program to open an application at a specific time. It's working but is attempting to open the application multiple times. What should I be …
  • Member Avatar for Papa_Don
    Papa_Don

    Replied To a Post in Starting an application within a timer

    Mr. M, I changed the interval to 1000 as suggested. BINGO! That did the trick!! By the way... I did not insert the "Timer1.Stop" code. Truthfully, I didn't want to …
  • Member Avatar for Papa_Don
    Papa_Don

    Marked Solved Status for Finding a date in a column via VBA

    Hello Group, I'm writing a macro to match dates from one spreadsheet to another. Specificially, SpreadsheetA has the date listed as text. I want to match that date to a …
  • Member Avatar for Papa_Don
    Papa_Don

    Replied To a Post in Finding a date in a column via VBA

    For what it's worth, I've discovered that the formatting of what I'm searching with has to be in the same format as what I'm searching for. In other words if …
  • Member Avatar for Papa_Don
    Papa_Don

    Created Starting an application within a timer

    Hello group! I've created a short program to open an application at a specific time. It's working but is attempting to open the application multiple times. What should I be …
  • Member Avatar for Papa_Don
    Papa_Don

    Began Watching Starting an application within a timer

    Hello group! I've created a short program to open an application at a specific time. It's working but is attempting to open the application multiple times. What should I be …
  • Member Avatar for Papa_Don
    Papa_Don

    Created Finding a date in a column via VBA

    Hello Group, I'm writing a macro to match dates from one spreadsheet to another. Specificially, SpreadsheetA has the date listed as text. I want to match that date to a …
  • Member Avatar for Papa_Don
    Papa_Don

    Began Watching Finding a date in a column via VBA

    Hello Group, I'm writing a macro to match dates from one spreadsheet to another. Specificially, SpreadsheetA has the date listed as text. I want to match that date to a …
  • Member Avatar for Papa_Don
    Papa_Don

    Marked Solved Status for Using VBA to group rows in EXCEL

    I need to dynamically group rows together in an EXCEL worksheet. The obvious choice to do this will be VBA. I hope you can help. My spreadsheet has 18 columns …
  • Member Avatar for Papa_Don
    Papa_Don

    Replied To a Post in Using VBA to group rows in EXCEL

    cgeier, Thanks for the tip. I'll do it. Don
  • Member Avatar for Papa_Don
    Papa_Don

    Replied To a Post in Using VBA to group rows in EXCEL

    cgeier, Forgive me for asking the above question. For what it's worth, I have some VB.net history here and didn't see a group for VBA users. Because of the similarities …
  • Member Avatar for Papa_Don
    Papa_Don

    Created Using VBA to group rows in EXCEL

    I need to dynamically group rows together in an EXCEL worksheet. The obvious choice to do this will be VBA. I hope you can help. My spreadsheet has 18 columns …
  • Member Avatar for Papa_Don
    Papa_Don

    Began Watching Using VBA to group rows in EXCEL

    I need to dynamically group rows together in an EXCEL worksheet. The obvious choice to do this will be VBA. I hope you can help. My spreadsheet has 18 columns …
  • Member Avatar for Papa_Don
    Papa_Don

    Created Using VB to copy from one EXCEL spreadsheet to another

    Group, I've got a protected spreadsheet at work that prevents me from creating links or writing macro's to do some repetitive copying and pasting from one spreadsheet to another. I …
  • Member Avatar for Papa_Don
    Papa_Don

    Began Watching Using VB to copy from one EXCEL spreadsheet to another

    Group, I've got a protected spreadsheet at work that prevents me from creating links or writing macro's to do some repetitive copying and pasting from one spreadsheet to another. I …
  • Member Avatar for Papa_Don
    Papa_Don

    Began Watching SQL Server..Express..compact Database's.

    I am new to VB, and have attempted to load all the free versions of the SQL available. Dispite many go's I still can not make any work. I go …
  • Member Avatar for Papa_Don
    Papa_Don

    Replied To a Post in SQL Server..Express..compact Database's.

    Here's the code that I use to make the connection to the database: Public sConnection As String = "Data Source=Don-PC;Initial Catalog=DataDesignSolutions;Integrated Security = True;User ID=DON-PC;Password=acd67011;" Public con As New SqlConnection …

The End.