G Guest Oct 12, 2004 #1 I would like to save an existing Excel file to HTM format while in Access. Is it possible for this to be done?
I would like to save an existing Excel file to HTM format while in Access. Is it possible for this to be done?
A Alex Dybenko Oct 12, 2004 #2 Yes, you can create excel instance with code, open excel file there and then save it as HTML using saveas method: ..SaveAs Filename:= "C:\xxx.htm", FileFormat:=xlHtml
Yes, you can create excel instance with code, open excel file there and then save it as HTML using saveas method: ..SaveAs Filename:= "C:\xxx.htm", FileFormat:=xlHtml