Forum Discussion
calof1
Jan 17, 2020Iron Contributor
Help Fixing Macro - Issue Email Via Excel
Hi, I have got a macro which successfully issues emails for another worksheet. I have tried to copy this to my new worksheet, however it appears to not be working. I have copied this onto the "SM...
Charla74
Jan 24, 2020Iron Contributor
calof1 I would suggest that rather than running the code to use the 'step into' function from the macro window, then use the F8 key to step through each line of code to find any errors. Alternatively, from the VBA Editor, you can use the Debug / Compile VBA Project which will check the code and highlight errors.