Click here to Skip to main content
15,906,816 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOpening a file to show number of sentences Pin
los_coronado9-Nov-05 12:11
los_coronado9-Nov-05 12:11 
AnswerRe: Opening a file to show number of sentences Pin
Steve Pullan9-Nov-05 12:27
Steve Pullan9-Nov-05 12:27 
GeneralRe: Opening a file to show number of sentences Pin
los_coronado9-Nov-05 14:16
los_coronado9-Nov-05 14:16 
GeneralRe: Opening a file to show number of sentences Pin
Steve Pullan9-Nov-05 14:35
Steve Pullan9-Nov-05 14:35 
GeneralRe: Opening a file to show number of sentences Pin
los_coronado9-Nov-05 15:15
los_coronado9-Nov-05 15:15 
AnswerRe: Opening a file to show number of sentences Pin
Christian Graus9-Nov-05 12:53
protectorChristian Graus9-Nov-05 12:53 
Questionadding data to different rows in excel Pin
DCgamer9-Nov-05 9:23
DCgamer9-Nov-05 9:23 
AnswerRe: adding data to different rows in excel Pin
rudy.net9-Nov-05 17:49
rudy.net9-Nov-05 17:49 
Take the variables excelApp, excelBook, and excelWorksheet outside of ExtractData2 method. To your form, add a button that creates the three variables mentioned above and initializes the subtitles.
Now that you have a reference to the excelWorksheet, you should be able to append data from your form to any row as long as you keep track of the last row number added.
To close the application:
<br />
        excelBook.Close()<br />
        System.Runtime.InteropServices.Marshal.ReleaseComObject(excelBook)<br />
        excelBook = Nothing<br />
        excelApp.Quit()<br />
        System.Runtime.InteropServices.Marshal.ReleaseComObject(excelApp)<br />
        excelApp = Nothing<br />

QuestionEvents not firing in AXWebBrowser Control Pin
Zegoat9-Nov-05 4:23
Zegoat9-Nov-05 4:23 
Questionabout control screensaver Pin
maxiachun8-Nov-05 13:20
maxiachun8-Nov-05 13:20 
AnswerRe: about control screensaver Pin
Christian Graus8-Nov-05 13:54
protectorChristian Graus8-Nov-05 13:54 
QuestionHow can I set a web radio value Pin
Ocean Man8-Nov-05 11:07
Ocean Man8-Nov-05 11:07 
AnswerRe: How can I set a web radio value Pin
Steve Pullan8-Nov-05 11:30
Steve Pullan8-Nov-05 11:30 
GeneralRe: How can I set a web radio value Pin
Ocean Man8-Nov-05 11:48
Ocean Man8-Nov-05 11:48 
AnswerRe: How can I set a web radio value Pin
Allah On Acid8-Nov-05 16:20
Allah On Acid8-Nov-05 16:20 
AnswerRe: How can I set a web radio value Pin
Steve Pullan8-Nov-05 18:10
Steve Pullan8-Nov-05 18:10 
GeneralRe: How can I set a web radio value Pin
Ocean Man9-Nov-05 5:52
Ocean Man9-Nov-05 5:52 
GeneralRe: How can I set a web radio value Pin
Ocean Man9-Nov-05 6:07
Ocean Man9-Nov-05 6:07 
GeneralRe: How can I set a web radio value Pin
Steve Pullan9-Nov-05 11:55
Steve Pullan9-Nov-05 11:55 
QuestionImport Data From Oracle *.DMP File to SQL Server Pin
Nadeem Akhter7-Nov-05 16:02
Nadeem Akhter7-Nov-05 16:02 
QuestionPrinter status is Unknown Pin
VanitaJ7-Nov-05 12:55
VanitaJ7-Nov-05 12:55 
AnswerRe: Printer status is Unknown Pin
VanitaJ8-Nov-05 5:55
VanitaJ8-Nov-05 5:55 
GeneralRe: Printer status is Unknown Pin
Dave Kreskowiak8-Nov-05 10:04
mveDave Kreskowiak8-Nov-05 10:04 
GeneralRe: Printer status is Unknown Pin
VanitaJ8-Nov-05 12:48
VanitaJ8-Nov-05 12:48 
GeneralRe: Printer status is Unknown Pin
Dave Kreskowiak9-Nov-05 4:23
mveDave Kreskowiak9-Nov-05 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.