MS Access send email (not from outlook or user’s email)
I know this question has been asked a few times in various context, but I have not found a clear answer. I have email…
81 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.
I know this question has been asked a few times in various context, but I have not found a clear answer. I have email…
I just solved a problem I was having putting the "Set" keyword in a definition line but what I would like to know is…
I have a multipage in a userform. During run-time, the user can choose to add x number of pages at any time. The elements…
I have some code for move text from cell to cell Dim startIndex As Integer Dim toIndex As Integer Dim f As String Dim…
I have excel cells which contain entries like this: name/A/date name/B/date name/C/date Cell content is displayed on multiple lines in the same cell. I…
I'm trying to run an Excel macro from outside of the Excel file. I'm currently using a ".vbs" file run from the command line,…
I would like to know how to create a hyperlink from one excel sheet to another, automatically through a script, based on equal text…
I have defined a variable with an own type, say Dim point As DataPoint Public Type DataPoint list as Collection name as String number…
I have the name of a worksheet stored as a string in a variable. How do I perform some operation on this worksheet? I…
I have some VB6 code that needs to be migrated to VB.NET, and I wanted to inquire about this line of code, and see…