Search:

Type: Posts; User: AaliyahN82

Search: Search took 0.03 seconds.

  1. Re: How to get data from multiple databases to a master database

    Thank you everyone! I am looking into this now
  2. How to get data from multiple databases to a master database

    Hello, so my mini project loops through all emails in a specific Outlook Folder, saves all zipped mdb attachments and unzips them.

    Now I need to copy the data that are in a table (which is the...
  3. How To Download Attachments From All Emails In An Outlook Folder

    Hello, anyone who can point me to an article that I can read regarding this, please? All I'm seeing is VBA! :(

    Or maybe code snippets? I am using Outlook 365 and VS 2019.

    Thank you
  4. Bound Datagridview To Accept Multiple Data Types in a single column

    Hello, is there a way to make a single column in a bound datagridview accept multiple data types? I have a "MValue" column that can have either integers or text or both. My source file is an Excel...
  5. How to fill empty datagridview cells (bound) with a text vb.net

    Hello, I have a specific column in a bound datagridview that I need to check if there are blank cells and if there are, these blank cells will be filled with the text "EMPTY". Any ideas?
  6. Replies
    1
    Views
    857

    Re: Put NA on week dates IN RANGE

    Anyone?
  7. Replies
    1
    Views
    857

    Put NA on week dates IN RANGE

    I have a sheet called Special Considerations where I need to check the dates that the people will not send data. The projects, client names and types will have multiple entries over time. I need to...
  8. Save All Data in Datagridview to Access DB

    Hello, I am trying to save all data that are in a datagridview to my Access DB. The data are added via code:


    Me.dgvHistory.Rows.Add(Environment.UserName.ToLower, DateAndTime.Now, "Uploaded Raw...
  9. Re: [RESOLVED] How to Pass checked items in checked list box to a variable

    Hello, thank you for the quick response! :)
    And for the brilliant answer :)
  10. [RESOLVED] How to Pass checked items in checked list box to a variable

    Hello, I have been searching for over 4 days now with no luck. How do I assign the checked items of a checkedlistbox to a variable? So basically after choosing from the checkedlistbox I click on a...
Results 1 to 10 of 11



Click Here to Expand Forum to Full Width