Summary: Hi Does someone know how to when in VBA, when typing into a user input form, you then press the relevant command button on the form, say 'update' an...
Summary: I've written a lengthy program in word VBA. The program works fine on most computers, including one with only 64 MB RAM. On some computers (for exampl...
Summary: I'm trying to save an excel spreadsheet with the filename of K&N.csv but when I try and do this from within my macro, excel crashes when the workbook ...
Summary: I try to write a Macro or VBA subroutine, which removes in an Excel sheet all empty (except header) columns and rows, in order to make it more readabl...
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 ro...
Summary: I am running a querry (sql), putting the results into a table(access), filtering the table through a spec file, and then FTP the text file to the main...
Summary: I have an excel programming problem I can't seem to get. I have a spreadsheet with the following cell formula that works fine: =IF(C20="","No Quote",...
Summary: VBA to VB is often a natural 'step up' in programming terms. Excel code is pretty much re-usable in the VB environment and the code does not often cha...
Summary: ======================================================================================== I don't use VBA but rather VB6.0 so I don't know that this is...
Summary: I am exectuing a Shell function from VBA that executes a .bat file which issues a java call. START "CSV Loader" javaw -DINSTALL_DIR="C:\Program Files...
Summary: Hi to all, I am running Office 2000 SR2 (French) on my notebook under XP Pro. I am unable to create any Access VBA sub to handle tables working proper...
Summary: I designed a report in MS Access and attached some VBA code behind it. The report is an invoice report. The actual paper invoices are already pre-prin...
Summary: Is the macro being run from within a new file, or an old file? You might try searching with "http://search.microsoft.com/advanced_search.asp", and ent...
Summary: Hi Not sure if you're going to come back for this, but just in case: From Excel, go to: Tools... Macro... Visual Basic Editor, or just hit Alt + F11. ...
Summary: Where do you come from, Fortran/Pascal backgound? Your SetSourceData line looks a heck of a lot like Pascal...so [BUZZER] it aint vba. it should look...
Summary: Hi All I have heard that there can be problems with VBA in an Office 97 developed database running under Windows XP. Has anyone heard anything similar...
Summary: Ok, here is what I got regarding the previous post. I have created a project with multiple forms and some code. I did not have VB on my computer, so I...
Summary: I'm trying to write some VBA code to insert a new row (at the third row), then insert an incrementing quarter [1Q 2009, 2Q 2009, etc.] into cell C3, i...
Summary: i am new to VBA and need a VBA program that i can call in excel. this program would solve an equation such as one of time dilation: t = t0/sqrt(1-(v/...
Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file...
Summary: I have written a code to retrive data from a file in C++,as follows cStud S; while(!f.eof()) { f.read((char*)&S,sizeof(S)); coutS; } where cStud...
Summary: I just started learning Javascript (I mean just, as in yesterday, the 3rd), and tried to make a simple addition program. First, it'll prompt you aski...
Summary: I'm taking a C++ class, and I have a problem I can't seem to figure out, I'm taking all the information from one file and transferring it to another. ...
Summary: This is my 4th question regarding RS232 base device. Now i have a manual with me which says use 3 wire interface mean TX pin 3 RX Pin 2 Ground pin 5 ...