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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.