(Msg. 1) Posted: Tue Aug 30, 2005 2:43 am
Post subject: HTML code for word forms. Archived from groups: microsoft>public>word>web>authoring (more info?)
Hi
I have some data ( Name, Age and Gender ) in XL sheet. I have to represent
the same data as a certificate in word document. I have an XL macro to write
the following code.
In the below code, "Sridhar", "28" and "Male" are the values fetched from XL
sheet.
<HTML>
<P><PRE> </PRE></P>
<A><FONT FACE="VERDANA" SIZE= 2><A>My name is Mr. </FONT></A>
<A><FONT FACE="VERDANA" SIZE= 2><A><U>Sridhar</U></FONT></A>
<A><FONT FACE="VERDANA" SIZE= 2><A> and my age is </FONT></A>
<A><FONT FACE="VERDANA" SIZE= 2><A><U>28</U></FONT></A>
<A><FONT FACE="VERDANA" SIZE= 2><A>. My gender is </FONT></A>
<A><FONT FACE="VERDANA" SIZE= 2><A><U>Male</U></FONT></A>
<A><FONT FACE="VERDANA" SIZE= 2><A>.</FONT></A>
</HTML>
( Please paste the above code in a notepad and save it as test.doc. Open this
word file for better understanding of my requirement. )
My requirement is, I have to generate the simillar code to represent the
same data using FORMs in word.
I mean, I should represent the same data using text fields of a word form.
Name, Sridhar, Age, 28, Gender and Male should be there in 6 text fields as
shown below.
Name Sridhar
Age 28
Gender Male
Can anybody please suggest me HTML ( or any other ) code, which can be
generated by my XL macro and which represents the data using word forms.
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum