is there any way to supress the overallocation error from vba?

T

tbrown7777

I have a macro that takes data from an excel spreadsheet and schedules the
results, but I get an overallocation error that I have to manually tell it to
"skip all"....

thanks.
 
J

Jan De Messemaeker

Hi,

VBA does not generate any overallocation error, Project does.
From the look of it, your macro calls resource leveling.
Eliminate that statement and you woill not get warnings any more (the
overallocations will still be there but who cares, the warning has gone :))

HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability check:
http://users.online.be/prom-ade/Calendar.pdf
 

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