Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vba problems
Name: HawaiiTom Date: November 20, 2006 at 19:33:21 Pacific OS: xp CPU/Ram: intel Product: dell
Comment:
Hi - I use vba with my access 2003 db. I can launch it, but as soon as I make any edits - it crashes. The event viewer points to the vbe6.dll. I have a loptop with everything working fine. I did a hash on the vb .dll's and all were same. However, the vbe6ext.olb hashes were different - I don't know enough to know if this matters. Any thoughts? Thanks! -Tom
Summary: Hello, I am having problems with excel VBA. I have a spreadsheet which will return a cell value of "Over Due" via a formula when certain information is entered into another cell. The VBA will identif...
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",RANK(C20,$B20:$N20,1)) In an VBA Macro I have a si...
Summary: Currently i have a stopwatch(SW) created using excel vba. The SW has three buttons, one to start(cmdStart), one to stop(cmdStop), and one to reset(cmdReset). The elapsed time is displayed in a label(T...