Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wlaflamme

    Visual Basic and Inventor

    I understand Inventor has VBA but does anyone have some reccomendations on tutorials/book or webpage that might help in the learning of this feature?
  2. wlaflamme

    Programming Error

    I am using Excel VBA to communicate with a measuremnet machine via RS232 port. The program works great but every once and a while I receive an Error Code 8021 . I could not find any information on this to resolve this problem. Any ideas?
  3. wlaflamme

    String manipulation error

    Hello, I am having trouble with a string manipulation. I know this works on my computer but when I bring it to another computer to perform the string manipulation it displays an error message. Here is the callout bufferin2 = Left(Right(bufferin1, 8), 6) Here is the error message: Compile...
Back
Top