Hi,
Before I go any further, Project VBA DOES support Sendkeys!!
But sendkeys are incompatible with things suich as remote desktop... they
only work on the keyboard connected to the PC itself.
But Yes, I didn't realize all these methods require intervention so I hope
Sendkeys will bring you teh solution.
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability check:
http://users.online.be/prom-ade/Calendar.pdf
Hi,
Manually or through VBA? (you posted in the VBA newsgroup)
Manually Insert, Drawing; double-click on the drawing for properties - of
which Size and Position.
VBA: search the Object Browse for all methods containing "drawing"
HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability
check:
http://users.online.be/prom-ade/Calendar.pdf"Curmudgeon"
- Show quoted text -
Jan,
The problem with the drawing methods is that they merely present the
corresponding dialog for the user to fill in details (position, size,
color, etc.). I want to set all of these programmatically. I thought
briefly that it might be possible to interact with the Project dialog
through SendKeys, but apparently Project VBA does not support SendKeys.