error (1).... unexpected end of file

C

cococc

Trying to drop into stencil. Getting this error:
An error (1) occurred during the action drop on stencil. unexpected end of
file.
What does this mean or how do I fix it?
 
J

JuneTheSecond

I feel I've met this error msg, but I cannot remenber when.
Would you tell us how your shape is constructed?
 
J

JuneTheSecond

If the VBA program in stencil was made of old version of Visio,
and if some cell name of the shape that is refered in VBA program
is changed in new version,the message of unexpected EOF might
be shown. But I am not sure if my memory is correct.
EOF might be issued, even if the change is just abcd to Abcd.
 
J

JuneTheSecond

For example,
Debug.Print shp.Cells("Lenght").Formula
issus EOF message, because any shape does not include cell named "Length".
 
C

cococc

I am sorry but I am VERY NEW and self teaching the program and I do not
understand what you are telling me...sorry
 

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