Jump to content

What Macro Programming software/language do you use for work?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
kfp22reg

kfp22reg

    Newbie

  • Members
  • Pip
  • 4 posts
Hi I am required to write some macros for work (that work over many tasks in windows but not only restricted to Excel)

e.g.
1st) open and check online data in program A
2nd) input the obtained data and calculate results in calculator program B
3rd) publish results from B in an excel spreadsheet
etc.

Can anyone who is working in large corporations/companies share what Macro Programming software/language you are using please?

Thank you very much!

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,298 posts
Many softwares has built in macro programmings, such as both OpenOffice (don't remember language) and Microsoft Office (Visual Basic for Applications) so if you use of those, for me, the choice would be the one the system already had implemented.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
VBS, AutoIT, and many others may do what you need.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
kfp22reg

kfp22reg

    Newbie

  • Members
  • Pip
  • 4 posts
thank you very much guys!!

AutoIt is exactly the thing im looking for!

+rep for both of you, the info really helped me a lot on my work

#5
MaZy

MaZy

    Newbie

  • Members
  • Pip
  • 4 posts
AutoIT the best. :D Some ppl made simple games with autoit.. you have too look :D. Example Ping Pong in fullscreen :D

#6
jpiche

jpiche

    Newbie

  • Members
  • PipPip
  • 16 posts
You mean people still use macros in excel for processing critical data?! wow.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
People still use Access+VBA to write mission critical applications! Real painful when they start growing as a company.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog