문제

I am trying to send a chart created through Excel VBA, But how to add the recepients dynamically through prompt.

wkbk.SendMail Recipients:="dind_r01@gmail.com" . here how to add the email address(More than 1 email address) through prompt, instead of defining it in code.

도움이 되었습니까?

해결책

wk.SendMail Recipients:=Application.InputBox("Please enter email address:", "Email Address", , , , , 2)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top