Author Topic: VBA in 2011  (Read 3429 times)

0 Members and 1 Guest are viewing this topic.

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
VBA in 2011
« 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)
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

BlackBox

  • King Gator
  • Posts: 3770
Re: VBA in 2011
« Reply #1 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

Edit: Congrats on the 6700 posts!

"How we think determines what we do, and what we do determines what we get."

krampaul82

  • Guest
Re: VBA in 2011
« Reply #2 on: August 30, 2011, 01:39:18 PM »
For what it's worth dept. I love that tab renamer Matt.