Hi
I get a debug error when The following is executed, this I know is normal when cell E8 has nothing in it.
Code
.HtmlType = xlHtmlStatic
.Filename = Range("E8").Value & ".mht"
.Publish (False)
.AutoRepublish = False
End With
I would like to rather have a msgbox apear to prompt user insert an entry into cell E8