duplicate
Hi could u please send me the link for article or book on net
User Profile
Collapse
-
-
Hi could u please send me the link for article or book on netLeave a comment:
-
How to create setup for project????
Hello All,
I have created a windows application project using vb.net (Microsoft Visual Studio 2008). Any one can tell me how do I create a setup for this application which can run on any windows machine (I should not require to set up microsoft visual studio to run my application). -
-
How do I avoid opening multiple instances of same application.
Hi all,
I am facing a problem in VB. As many times i clicked on application created in VB, that many times it get opened. I want at one time only one instance of application should get opened & excecuted. -
How to handle close window event?
Hi all,
Can anyone tell me which event get generated when I close window
(e.g. of Form1) by cliking on its close button 'X' on rt handside on top of window.
I need to execute perticular code when I close the window. -
How do I access series of files in perticular folder
I need to access serially all files in perticular folder eg. C:\xls files
In 'Xls files' folder in 'C' drive there are no of XLS files i need to open them all one by one & update them.
Is there any concept like pointer in VB wherein I could increase ptr that will then point to next file in same folder. -
tell me the meaning
Can anybody tell me the meaning of following syntax.
Dim oXL As Excel.Applicati on
Dim oWB As Excel.Workbook
Dim oSheet As Excel.Worksheet
Dim oRng As Excel.Range
Set oXL = CreateObject("e xcel.applicatio n")
oXL.Visible = True
Set oWB = oXL.Workbooks.A dd
Set oSheet = oWB.ActiveSheet
' Add table... -
Hi deepu12
while compiling above code it is giving error at
ObjWb.Worksheet s.Item("Sheet1" ).Range(“A1”).V alue = “1”
that application defined or object defined error.
I have added the referance of Microsoft Excel library 9.0...Leave a comment:
-
How to modify existing excel sheet in VB
Hi,
I want to open already existing excel sheet search for perticular string & write specific value below the cell containing that string.
Please help I have limited knowledge of Vb, Perticularly in file handling
No activity results to display
Show More
Leave a comment: