Advertisement

1 - 10 of 64 containing alltags:("438") (0 seconds)
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...
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...
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...
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...
Zones: MS ExcelDate Answered: 09/22/2006 Grade: A Views: 0
run time error 438 object doesnt support this porperty or method end debug
Zones: MS Software, Ms Office Suite, MS WordDate Answered: 11/05/2008 Grade: A Views: 18
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...
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...
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...
Zones: Visual Basic, Delphi ComponentsDate Answered: 04/13/2005 Grade: A Views: 0
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...
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...
Zones: MS AccessDate Answered: 09/19/2005 Grade: A Views: 0