I created a simple program that submits urls to social bookmarking sites....catch is that I had to manually edit each macro script to enter the new url so I created a Visual Basic 2008 program to speed things up. Is it possible to seutp a variable using a text box in VB and then pass that variable into the imacros script?
Sure, i wouldn't use macro's at all though - if you have the power of .NET... just use the WebClient object to do your submissions and use the app.config to save your settings. App.coonfig has a Save method so you could make a quick form to edit your settings.