Need guidance

G

Guest

Hi,
i am new to the world of Word my job profile is office automation every day
i learn new things can any oneshare
some of their experiences in order to explore new things in word which will
certainly help me to learn more about office automation as well as to gain
knowledge and by which i can implement that in my work. I would be very
thankfull, because i feel have a very little
amount of knowledge regarding the Word (Office Automation) i want some one
to guide me towards the more interesting phase of word.
 
G

Guest

Rathish,

Before we can point you in the right direction, could you tell us which
version of Word you are using?

Regards,
 
G

Guest

Ok. One of the key elements of Word, once you have played around with basic
keyboard skills assigning Bold etc. is an understanding of the Styles. Try
creating a test template (.dot file) Open a copy of a document, then attach
the template. Now you can edit the stlyles to make the Document look how you
want it . You will find the tutorials on the link to guide you.

Let us know how you are getting on.
 
G

Guest

Dear Sir,
Thank You very much
I tried the link that you sent to me it was very complicated as i first
tried it but later i found it very exciting when i found it was working.
Today i created the the form field , Locked it then i retrieved it to MS-
EXcel. I am very excited when i found it works .
 
G

Guest

Private Sub Document_New()
'sets both global variables
'...for total and score fields...
'to zero so they can run at least once
gintTotal = 0
gintTestTaken = 0
I Inserted this macro while i was trying to to Automate the quiz Form it is
showing compile error. can you make me understand what this compile error
usually mean. this compile eror is shown in (gintTotal = 0).
 
G

Guest

Rathish,

I am pleased that you are enjoying the learning experience. Don't run before
you can crawl though ;-).

You have not decared your variables. Read the following:

http://word.mvps.org/FAQs/MacrosVBA/DeclareVariables.htm

For example,
Dim gintTotal As String
Dim gintTestTaken As String

If you have further problems with macros, post a new thread, explain what
you are trying to achieve, and paste in the code. Someone will look at it and
post back.

Keep trying, and remember never ask "Can this be done?" but always "How can
this be done?" there is always a way.

Hope this helps,
 
G

Guest

Dear Sir,

while exploring the net i found a video by Brian Jones in which he gave
demonstration regarding how to use custom XML schemas to pass data between
Word and Excel.
If you find any video which demonstrating anything about word please send a
link to me.
I would like to go through it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top