• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Porting files between applications

Ramesha

Member
Hello sirs/madams -

I've a need to port files between applications, one application is of machine vision camera, once the picture is taken is saved to a specified location with file extn.jpg, the other application is for conversion of .jpg to .txt file, every time conversion is required - need to keep both the application on, take a picture with first and then manual select from the 2nd application to run for conversion.

Now I, would like to automate with VBA MACRO - wherein will have 5 buttons, first button to open the camera software and the .txt convertor(in the background), 2nd button for capturing the picture, 3rd button for porting the file to .txt convertor, and 4th for conversion and 5th is to save to a location.

Appreciate if any of you can guide me on this.

Thanks
 
Hi !

As there is no subject with Excel, VBA is not the best tool !
Search on Web a tool like AutoIt for example …
Best way is to use a developer tool like Visual Studio …
 
Back
Top