I tried to rename a database name during runtime using the code
DesDB = "C:\Test.Mdb"
SrcDB = "C:\Renamed.Mdb"
FilelSystemObject.MoveFile UCase(DesDB), UCase(SrcDB)
But it gives an error "C...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20377840.html
Zones:
Visual BasicDate Answered: 02/28/2003 Rating: 9.6 Views: 0
This one could be a toughie (85 points is all I've got at the moment). I will provide a rather long description of the situation:
I am a co-op student who has built an application with VB6 that...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20598577.html
Zones:
Visual BasicDate Answered: 04/28/2003 Rating: 9.0 Views: 0
I got this error after install xp sp2
"class does not support automation or does not support expected interface after xpsp2 install"
'List all server ip adapters
Dim IPconfig As WbemScript...
http://www.experts-exchange.com/Programming/Misc/Q_21424331.html
Hi guys,
OK, I've pieced together enough VBA code to make my program work except for one part. What I'm looking to do is search for reports generated in a date range (works), then open the sprea...
http://www.experts-exchange.com/Programming/Automation/Q_23775318.html
Hello.
We have some pcs that used to run an application fine. We made some changes and reinstalled it and now when we debug we get the following error:
430 Class does not support Automation ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20318862.html
Zones:
Visual BasicDate Answered: 01/09/2003 Rating: 9.2 Views: 0
I am getting "Run-time Error 430: Class does not support Automation or does not support
expected interface". on code using CopyFromRecordset function of excelsheet. The code runs on one machine bu...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20331530.html
Zones:
Visual BasicDate Answered: 03/22/2003 Rating: 8.6 Views: 0
I recently got a new pc and it is state of the art with XP sp2, tons of ram and disk space and all. I copied all my files from my previous pc (also xp and pretty sure updated with latest service p...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21838864.html
Zones:
Visual BasicDate Answered: 05/23/2006 Rating: 7.4 Views: 0
Please help.
I am using windows 2000 and vb 6. I made a .exe for my VB project using VB's Package and Development wizard. When i install it on other machines that have Window 2000 it works fine...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21879949.html
Zones:
Visual BasicDate Answered: 06/29/2006 Rating: 9.0 Views: 4
Trying to use a C# dll in a VBA Macro. A very strange error is occuring. Let me start by saying that the dll normally works in my VBA macro. I've registered it for COMinterop, decorated the class w...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23560687.html
Hi, one of my user's is getting an error - my program copies data from a recordset in Access to Excel using BA code and I receive an error #430 class does not support automation. I don't have this...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_238...