Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sineados

  1. sineados

    Reading cells in macros

    Hi My apologies for not replying.I was on holidays. Yes there are nulls for the first couple of rows in these columns, but the column is formatted as time. thanks,
  2. sineados

    Reading cells in macros

    The regional settings are the same. The column is being read in as null so I cant convert it. I converted the column to a Time format and that didnt make any difference. thanks,
  3. sineados

    Reading cells in macros

    I have an Excel Comma seperated values file (A) and a macros file (B). On my machine B reads A perfectly but on another machine B does not read 2 columns which are formatted custom H:mm:ss. Does anyone know why this would happen, or what I can do to fix it.This is a copy of the code I am...
  4. sineados

    Not reading cells

    Yes Sorry I should have done that at the start!. I have a workbook with macros in it. This is the code Set m_conXLS = CreateObject("ADODB.Connection") Set m_rsXLS = CreateObject("ADODB.RecordSet") Set rs = CreateObject("ADODB.RecordSet") Set rs1 = CreateObject("ADODB.RecordSet")...
  5. sineados

    Not reading cells

    Hi I have an Excel Comma seperated values file (A) and a macros file (B). On my machine B reads A perfectly but on another machine B does not read 2 columns which are formatted custom H:mm:ss. Does anyone know why this would happen, or what I can do to fix it.
  6. sineados

    read xml file

    Its SQL Server. I actually got it sorted though. thanks. My code had been reading the XMLDocument 4000 times and just taking the current index. I now use SelectNodes and iterate through that and it takes no time at all. thanks for the reply anyway
  7. sineados

    read xml file

    Hi Apologies if I am not in the right forum but I have a vb6 application which inserts an xml file into the database record by record. I make up the insert sql stmt and do an execute. however it takes 4 minutes to insert 4612 records. I had originally gone it using .NET and it takes 37 seconds...
  8. sineados

    Migrating to Access2003

    hi thanks for replying. So I have a form with a From Date and a To date which are DTPicker controls and a command button. I have code behind the button. the button sets the variables below. The variables are declared in the declarations section of the form as so Public MMLate As Long Public...
  9. sineados

    Migrating to Access2003

    Hi I have recently moved from Windows 2000 and Access2000 to Windows XP and Access2003. One of my reports references public variables on a form. It works fine on Win2K/Access2000 but not on XP/2003. Some of the machines it works on have access2002 on them so I am wondering is it a file or...
  10. sineados

    Importing Excel using Visual Basic

    Sorry I should have said I am importing the spreadsheet into a SQL server table.
  11. sineados

    Importing Excel using Visual Basic

    Hi, i want to import an excel spreadsheet using Visual Basic. I have done it in VBA using the docmd.transferspreadsheet but I cant seem to find an easy way of doing it using vb. anyone any ideas. thanks,
  12. sineados

    DTS packages

    Hi, Does anyone know if you can pass in a filename for a DTS package. I did the import and saved the package but I want to run the same procedure on different filenames. When I did the import I had to select the filename.At the moment I have three different packages even though the structure of...
  13. sineados

    Converting to Access2003

    Yes muy references are all fine.
  14. sineados

    Converting to Access2003

    Hi I have an Access2002 database with forms, reports etc. I have a report that displays some public variables from one of my forms. It all works fine in Access2000 (database was created using this) but when I run it on Access2003 all that comes up is ?name# as if it can't find the public...
  15. sineados

    Excel objects

    I tried that and it made no difference. I get no new window or no error message. I can see the Excel file on the server so know its creating that. thanks,

Part and Inventory Search

Back
Top