python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Watch entries disappear when using CreateObject for Excel.Application
I have some VBA code in an Access database which creates an object using CreateObject("Excel.Application"). I have added a watch on a string variable. When I try to step through the code, th...
T. Laza
Votes: 0
Answers: 1
Narrowing down / speeding up search in extracted outlook shcedule
I am trying to find a specific subject in a shared outlook calendar on a specific date. The subject, the date and the shared calendar is passed as arguments. The script below works (I simplified it a ...
Babul Miah
Votes: 0
Answers: 2
Excel VBA button to save workbook based on cell values and send email
I have been trying to create two buttons in my Excel sheet that will allow the user to select the file path to save the workbook (as a new workbook) and another button that will then create a new emai...
Joe
Votes: 0
Answers: 1
HTML email body truncation while sending email from outlook using PowerShell
I have one HTML file which i want to send from PowerShell using outlook. I have used below code however it is truncating the email body after 603 chars, hence only upper half of the html page is going...
Rahul Richhariya
Votes: 0
Answers: 2