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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nacco
  • Order by date
  1. nacco

    reference to a non-shared member requires and object reference

    thanks guys for your response. I'm using VB.NET 2003 here comes my complete code, hope this will give you all the info: Public Class WebForm1 Inherits System.Web.UI.Page ' SQL connectie naar Masterparts Protected conMasterParts As ADODB.Connection ' Connectie Friend...
  2. nacco

    reference to a non-shared member requires and object reference

    Hey all, I have a problem with VB.NET and Excel. I'm creating an Excel sheet which goes fine except for setting the auto filter on: xlSheet.Range("A3", "R3").AutoFilter() The message I receive is:Reference to a non-shared member requires an object reference. but all other setting on the sheet...
  3. nacco

    Excel is not quiting in VB.NET

    Thanks for your help, it's working now
  4. nacco

    Excel is not quiting in VB.NET

    Thanks mil2n, but all thats mentioned on the microsoft support page is already covered here.
  5. nacco

    program logic question

    Thanks ca8msm. I deleted the New and added xlApp = New Excel.Application in my sub. again thanks for your help. wim
  6. nacco

    program logic question

    hey all, I'm coming from VB6 to VB.NET and want to create a webpage. I have a program logic question about objects creating and closing: I need to create an Excel file and define the xl application at class level with public shared. when the user clicks the generate button I create the excel...
  7. nacco

    Excel is not quiting in VB.NET

    Hey all, Is there any body in the world who can tell me why Excel is not quiting (still in task manager) part of my code is: public class Webform1 Public Shared xlApp As New Excel.Application Public Shared xlBooks As Excel.Workbooks Public Shared xlBook As Excel.Workbook Public...
  8. nacco

    IBM mainframe to AS400 ccsid 1047 to 37 problem

    Hi, we use mqseries on mainframe with codepage 1047 and want to exchange data to AS400 (with codepage 037), but as400 says 'The program ended because, either the source CCSID '1047' or the target CCSID '37' is not valid, or is not currently supported.'(message on as400) It is no option to...

Part and Inventory Search

Back
Top