.content.move (wdscreen, 2).... error??

  • Thread starter Thread starter Skyron
  • Start date Start date
S

Skyron

Hey guys,

last question :)

here's a bit of code

With wrdDoc ////which is a word.document object
.content.move (wdscreen,2)
End With

It gives me an error expecting an "="

can someone help me out with this format

THANKS!!
 
You with statement is doing nothing since you don't have a period in front
of Content. As to whether this is the proper command in word, that would
best be asked in a word group. Or you could turn on the macro recorder in
word and perform the action manually to see what syntax it suggests.
 

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

Back
Top