Mohanraj Posted December 28, 2018 Posted December 28, 2018 Hello, I have written a fuction in VBA how do i use/Import the funtion in the AutoIT? Thank you in advance
Earthshine Posted December 28, 2018 Posted December 28, 2018 You have to adapt the code to the new language there is no import My resources are limited. You must ask the right questions
Jefrey Posted December 28, 2018 Posted December 28, 2018 Since you are writing VBA, I'd say you are writing Macros in an Office document and is trying to call a Macro from AutoIt. Is this the case? My stuff Spoiler My UDFs _AuThread multithreading emulation for AutoIt · _ExtInputBox an inputbox with multiple inputs and more features · forceUTF8 fix strings encoding without knowing its original charset · JSONgen JSON generator · _TCPServer UDF multi-client and multi-task (run on background) event-based TCP server easy to do · _TCPClient_UDF multi-server and multi-task (runs on background) event-based TCP client easy to do · ParseURL and ParseStr functions ported from PHP · _CmdLine UDF easily parse command line parameters, keys or flags · AutoPHP Create documents (bills, incomes) from HTML by sending variables/arrays from AutoIt to PHP · (Un)Serialize Convert arrays and data into a storable string (PHP compatible) · RTTL Plays and exports to MP3 Nokia-format monophonic ringtones (for very old cellphones) · I18n library Simple and easy to use localization library · Scripting.Dictionary OOP and OOP-like approach · Buffer/stack limit arrays to N items by removing the last one once the limit is reached · NGBioAPI UDF to work with Nitgen fingerprint readers · Serial/Licensing system require license key based on unique machine ID from your users · HTTP a simple WinHTTP library that allows GET, POST and file uploads · Thread true AutoIt threads (under-dev) · RC4 RC4 encryption compatible with PHP and JS · storage.au3 localStorage and sessionStorage for AutoIt Classes _WKHtmlToX uses wkhtmlto* to convert HTML files and webpages into PDF or images (jpg, bmp, gif, png...) Snippets _Word_DocFindReplaceByLongText replace strings using Word UDF with strings longer than 255 characters (MSWord limit) rangeparser parser for printing-like pages interval (e.g.: "1,2,3-5") EnvParser parse strings/paths with environment variables and get full path GUICtrlStaticMarquee static text scrolling Random stuff Super Mario beep sound your ears will hurt
TurionAltec Posted December 29, 2018 Posted December 29, 2018 Since you're using VBA, if you're trying to automate MS Office applications, checkout some of the built in UDFs (User Defined Functions) such as for Excel (in the help look at contents-User Defined Functions Reference-Excel Management) If you want to add AutoIt functionality to your VBA code, look up the "AutoItX" help under COM Interface for a list of Methods and Properties supported.
TheSaint Posted December 29, 2018 Posted December 29, 2018 13 hours ago, Mohanraj said: I have written a fuction in VBA how do i use/Import the funtion in the AutoIT? Hello and welcome to the forum. You cannot import the function into AutoIt, but you should be able to use it via AutoIt code, depending on what your VBA code does. As has been suggested by others, check out the Microsoft Office UDFs (i.e Excel etc) in the AutoIt Help file or online documentation. If you explain your required usage in greater detail, then we can help you more specifically. It is always good to provide some code too. Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)
Earthshine Posted December 29, 2018 Posted December 29, 2018 Post your code here and maybe we can help you My resources are limited. You must ask the right questions
Mohanraj Posted December 31, 2018 Author Posted December 31, 2018 Hello Everyone, Thanks for your guidence. Thanks for AutoIT. The Code which I written in VBScript was 200lines however in AutoIT i can build the same in just 50Lines. Advance Happy New Year to All:)!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now