Help with DeBruin Email script

chefdt

Board Regular
Joined
Jul 1, 2008
Messages
163
I have tried using the code with no success. My screen flashes, no errors, nothing...also no email. What am I doing wrong?

I have a workbook with multiple sheets, with the address in A1, just as described in his code.

DT
 
Have you tried stepping through the code with F8 and watching every change, either in the locals window or by hovering the cursor...
 
Upvote 0

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
As igold said, the locals window, the immediate window and hovering over variables with the cursor should identify what is unfilled or incorrect.
"Print" results in the immediate window will do wonders for finding something not set correctly.
 
Upvote 0
Copied from StackOverflow:
"Where do you want to see the output?
Messages being output via <CODE>Debug.Print</CODE> will be displayed in the immediate window which you can open by pressing <KBD>Ctrl</KBD>+<KBD>G</KBD>.
You can also Activate the so called Immediate Window by clicking View -> Immediate Window on the VBE toolbar
"
 
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,283
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top