Summary: Hi, As part of a project I am currently working on, I periodically get updates from a website. (These come in the form of emails sent to me that cont...
Summary: Hello, i have programmed a code in VBA for Excel, wass running smoothly on my old machine, now new computer it says when i run the macro, it says cant...
Summary: Hi I was wondering if anyone knows how to collect data from excel, and code it in VBA so it transfers it into a combo box in VBA, because i'm doing...
Summary: I'm writing a macro within excel and in that macro I would like to run a batch file. Could somebody please help me with the syntax? Thanks ...
Summary: Ok, what is your prob? Don't you know how to record a macro in Excel and then review the recorded code in VBA???? It will help you alots in solving su...
Summary: Anyone know the method to have a link open up in a new window when it's clicked? I'm not just talking about one link in particular, say if I have 10 l...
Summary: I've created an instance of InternetExplorer.Application in VBA and now want to follow some link on the page I've loaded or at least to set the hyperl...
Summary: I don't know excel vba code too well, but i took a stab at it. It is something like the following, however, this doesn't work properly and it seems to...
Summary: I would like to add a hyperlink to Sheet1 referencing a cell in Sheet2. How do I do it via VBA macro? The below doesn't seem to work. Any help would b...
Summary: I have been writing an application in java and since I am a learner, I am struck with one thing, which I am explaining herebelow. If anybody could do ...
Summary: Hi All I am currently using MSFlexGrid in Access, i am loading data into it using VBA. It is working fine but i have not declared it, all my attempts ...
Summary: Hi , You all have been facing a situation that an application was terminated but the port that was used by it - was left open . Is there any way ...
Summary: Can anyone help me construct a VBA code in Excel that would check if an external application (not Microsoft) is open or not? If it is open, can the co...
Summary: Hi all I've got a problem, when selecting 2 names in a combo box on a user input form and pressing a cmd button they will appear in a certain row and ...
Summary: I need IE to automatically open for about 2 minutes upon cold boot or re-boot(while Norton loads parental list) and then close about 2 minutes later (...
Summary: I have a hyperlink on a webpage that I need to open up in a new window at a small size. I know how to get it in a new window..but how do you specify ...
Summary: Hi, I plan to add a menu bar in my Visual Basic program. The menu bar will be something like the one in standard windows applications. File, open, sav...
Summary: I am just finishing creating a prog in vba access97 using win 2000 on a large network. My only problem was installing 97 onto an xp machine. There see...
Summary: I am trying to find out how I can set my computer to automatically open on start up at a calendar page within a file which I purchased and then downlo...
Summary: I am trying to setup a batch file in XP that will open a stand-alone web browser and open a web file in the same directory. So far this is what I hav...
Summary: I'm have a batch that requires the output of tones, waiting for 5 minutes, output of tones, etc. The problem is that I need it to have the ability to...
Summary: Hi everyone, I am programming a parser for a computer science class and I have ran into a problem with my open file. I had a working scanner in which ...