View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
a.ferrari a.ferrari is offline
external usenet poster
 
Posts: 1
Default Help to convert one row of a sheet excel in one page HTML

Someone knows or has macro excel to convert one row of a sheet excel in one
page HTML and to construct also to a page index, example:

Name Surname Phone
aaa aaa 1111
bbb bbb 2222
ccc ccc 3333

aaa.htm = aaa
aaa
111


bbb.htm = bbb
bbb
222


index.hrm = aaa.htm
bbb.htm
ccc.htm

Thanks in advance,