View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sujay sujay is offline
external usenet poster
 
Posts: 4
Default how to save .xls to .html please go through discription

Hi all,
I am trying to convert .xls to .html,
I used following method

ActiveWorkbook.SaveAs FileName:=Temp, FileFormat:=xlHtml
here
temp = .xls

and I successed in that but when i converts second .xls file to .html ,
my previous .html file gets diappers i..e it get lost.
Is there any solution to save previous file
please help me out

thank you
sujay