R
Ravin
Hello
I am using VB6 and trying to save an html file as a text file. Word keeps
prompting me with a dialog box stating "Linked style sheets are only
supported in web format files. By saving to this format, all links to style
sheets will be lost."
Because I am going through multiple documents, I don't want to see this
dialog box. I have tried turning the display of alerts off using
Application.DisplayAlerts = 0 (0 is the value for wdalertsnone). I have also
tried using sendkeys to send a carriage return to the dialog box where the
default button is "continue" These don't work. Any help would be greatly
appreciated.
I am using VB6 and trying to save an html file as a text file. Word keeps
prompting me with a dialog box stating "Linked style sheets are only
supported in web format files. By saving to this format, all links to style
sheets will be lost."
Because I am going through multiple documents, I don't want to see this
dialog box. I have tried turning the display of alerts off using
Application.DisplayAlerts = 0 (0 is the value for wdalertsnone). I have also
tried using sendkeys to send a carriage return to the dialog box where the
default button is "continue" These don't work. Any help would be greatly
appreciated.