TheSwamp

Code Red => VB(A) => Topic started by: Matt__W on August 11, 2011, 02:17:48 PM

Title: VBA in 2011
Post by: Matt__W on August 11, 2011, 02:17:48 PM
I'm trying to dodge the subject of recreating a handful of VBA apps in .NET here.

I've got a few apps that are giving me headaches.  I keep getting a "not a valid win32 application" error message, and I've sort of narrowed it down to where the problem is occurring.  The problem I'm faced with now is, how do I go about fixing this?  It's an app that renumbers the sheets in the sheet set manager (001, 002, 003, etc...).  I've got the latest references referenced.

(I hate upgrades)
Title: Re: VBA in 2011
Post by: BlackBox on August 11, 2011, 02:35:01 PM
Not that familiar with VBA personally, trying to jump from Visual LISP->.NET now.

The only thing I can suggest is that you double check that you have the VBA Enabler, and applicable downloads for your ACAD version & OS.

However, if/when you plan to port your code from VBA->VB.NET this will help: Magic Macro (http://download.autodesk.com/media/adn/VBA_Migration/DevTV_Recording/VBA_Migration.html)

Edit: Congrats on the 6700 posts!

Title: Re: VBA in 2011
Post by: krampaul82 on August 30, 2011, 01:39:18 PM
For what it's worth dept. I love that tab renamer Matt.