Works in ACAD2000 but not 2004

Works in ACAD2000 but not 2004

Anonymous
Not applicable
175 Views
1 Reply
Message 1 of 2

Works in ACAD2000 but not 2004

Anonymous
Not applicable
I am running VBA from Microsoft Access and I updated from Acad 2000 to 2004. Now when I run my VBA, ACAD opens up but nothing happens and I get the message "Object Variable or With Block Not Set". What could be causing this and what should I be looking for?
0 Likes
176 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
The object model has changed in some places. Read
the readme to find out where. In the meantime, when you get the error, enter
debug to see where the error is happening.


--
--
Ed
--


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
I
am running VBA from Microsoft Access and I updated from Acad 2000 to 2004. Now
when I run my VBA, ACAD opens up but nothing happens and I get the message
"Object Variable or With Block Not Set". What could be causing this and what
should I be looking for?
0 Likes