My application worked fine until I added the following code. This code gets contact information from outlook and loads the company name into a listbox and saves the rest of the info to an array. On...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20609380.html
Zones:
Visual BasicDate Answered: 05/08/2003 Grade: B Views: 0
i have a text file which contain 20 line of string.
I read each line into array.
I want to modify some line in array and update to file.
here my code.
Sub readurl()
Dim Myfso As New Fi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20912741.html
Zones:
Visual BasicDate Answered: 03/09/2004 Grade: B Views: 0
Access 2000 Report
I have code to enable the File menu when a report is opened in print preview so that users will have the option to print (have all other toolbars turned of). I now need to di...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21797349.html
Zones:
MS AccessDate Answered: 03/31/2006 Grade: A Views: 0
I am attempting to graph data from the active sheet of an excel document with this:
Sub BuildTCChart()
'
' BuildTCChart Macro
Columns("A:B").Select
Charts.Add
ActiveChart.ChartTyp...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 09/22/2006 Grade: A Views: 0
run time error 438 object doesnt support this porperty or method end debug
http://www.experts-exchange.com/Microsoft/Applications/Q_22962319.html
I am working on a project that requires me to open a word document that acts as a template, make additions to it from information stored in access tables, and then save it as a new document.
I h...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21003421.html
Zones:
MS AccessDate Answered: 05/28/2004 Grade: B Views: 0
I am using the below code to email with attachments. everything works fine accept the attachment code. If I don't include the attachment the email works. When I do include an attachment I get "Run...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21061578.html
Zones:
MS AccessDate Answered: 07/30/2004 Grade: B Views: 0
Greetings,
I am getting the error eblow when I execute the following code in the debugger (when I run this same code outside the debugger it actually gets a little further down it's execuation...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21385077.html
Hi,
I am using a database program in Access 97 that has the method "MSComm.PortOpen". this was working in access 97 before I installed windows XP and was using NT. But now when I have XP and t...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21436296.html
Zones:
DatabasesDate Answered: 11/25/2005 Grade: A Views: 0
Hello Experts,
I'm getting the following error.
Run-time error '438':
Object doesn't support this property or method
The code below is in a Public Function in one of my modules
If va...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21566961.html
Zones:
MS AccessDate Answered: 09/19/2005 Grade: A Views: 0