-
mapedit method
Hi people,
I am new to these forums, and quite new to VB. Hello to you all!
At work, we use a lot of macros to enable us to do all the things we need to get done! On the project that I work on, we use Microsoft Project, and lately we have been experiencing a problem.
Basically, the macro goes through a lot of plans, (about 1500) and grabs all the information from them, putting that info into an access db.
From looking at the code, it appears that the only place that could be inserting into the db is a mapedit method.
The problem is, that it is not inserting everything all the time. some time it does, sometimes it doesn't.
Could this be a problem with the mapedit method, or is it not likely?
I am at home right now, so don't have access to the code sorry, but just thought I would ask and see what you all thought.
Thanks. :)
-
Re: mapedit method
Welcome to the Forums.
Its kind of hard to say without seeing any code. Perhaps you can post some
when you have access to it again.
-
Re: mapedit method
Thought that may be the case. The tools team are looking at it tomorrow, I was just wanting to see what I could work out tonight.
Thanks anyway. It is not certain that the mapedit is the problem, it just appears to be the only way the information is exported.
Do you have any links to good tutorials for mapedit? We have seen the microsoft one, but are there any more that may explain with more examples?
maybe if we know how it works, we will know if that is the cause.
-
Re: mapedit method
I dont have Project installed on my new system, but here is a link that
I was able to find that may help.
http://msdn.microsoft.com/library/de...HV45317543.asp
Here is the main page for Project over at M$.
HTH
-
Re: mapedit method
ok i will check those out thanks :)