Click here to Skip to main content
16,005,734 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionThis Form is Killing Me!!!, can anybody help??? Pin
alexvw16-Apr-06 18:06
alexvw16-Apr-06 18:06 
AnswerRe: This Form is Killing Me!!!, can anybody help??? Pin
Steve Pullan16-Apr-06 22:51
Steve Pullan16-Apr-06 22:51 
GeneralRe: This Form is Killing Me!!!, can anybody help??? Pin
alexvw17-Apr-06 4:33
alexvw17-Apr-06 4:33 
GeneralRe: This Form is Killing Me!!!, can anybody help??? Pin
Dave Kreskowiak17-Apr-06 4:51
mveDave Kreskowiak17-Apr-06 4:51 
GeneralThanks you guys for your highlights!!! Pin
alexvw17-Apr-06 6:22
alexvw17-Apr-06 6:22 
QuestionCustom Wizards? Pin
gr8coaster32916-Apr-06 16:38
gr8coaster32916-Apr-06 16:38 
QuestionVBA for Excel question (VB6) Pin
pedestrian79716-Apr-06 16:08
pedestrian79716-Apr-06 16:08 
AnswerRe: VBA for Excel question (VB6) Pin
Chatura Dilan17-Apr-06 2:38
Chatura Dilan17-Apr-06 2:38 
You can avoid the runtime error by using this.

Dim myApp As Excel.Application<br />
    Private Sub Button1_Click()<br />
        myApp.Workbooks.Add()<br />
        myApp.Visible = True<br />
        myApp.Cells(1, 1).Value = "Hello"<br />
    End Sub


I have no idea, how to check whether the user has close the Excel app.
I’ll be back n 12 hours


Regards,


Chatura Dilan


GeneralRe: VBA for Excel question (VB6) Pin
pedestrian79717-Apr-06 22:01
pedestrian79717-Apr-06 22:01 
QuestionIs VB ver 5.0 compatible with Windows XP? Pin
claiborne16-Apr-06 16:05
claiborne16-Apr-06 16:05 
AnswerRe: Is VB ver 5.0 compatible with Windows XP? Pin
Dave Kreskowiak16-Apr-06 16:17
mveDave Kreskowiak16-Apr-06 16:17 
GeneralRe: Is VB ver 5.0 compatible with Windows XP? Pin
claiborne16-Apr-06 17:09
claiborne16-Apr-06 17:09 
GeneralRe: Is VB ver 5.0 compatible with Windows XP? Pin
Dave Kreskowiak17-Apr-06 2:59
mveDave Kreskowiak17-Apr-06 2:59 
GeneralRe: Is VB ver 5.0 compatible with Windows XP? Pin
claiborne16-Apr-06 17:16
claiborne16-Apr-06 17:16 
GeneralRe: Is VB ver 5.0 compatible with Windows XP? Pin
Steve Pullan16-Apr-06 22:42
Steve Pullan16-Apr-06 22:42 
Questionvalue of callerid Pin
SVb.net16-Apr-06 11:14
SVb.net16-Apr-06 11:14 
AnswerRe: value of callerid Pin
Dave Kreskowiak17-Apr-06 4:44
mveDave Kreskowiak17-Apr-06 4:44 
Questionadd button to DataGridcolumn Pin
SVb.net16-Apr-06 11:10
SVb.net16-Apr-06 11:10 
Questionsave timestamp in access Pin
G7236016-Apr-06 8:22
G7236016-Apr-06 8:22 
AnswerRe: save timestamp in access Pin
Dave Kreskowiak17-Apr-06 4:36
mveDave Kreskowiak17-Apr-06 4:36 
Questiondeployment Pin
pankajgarg1216-Apr-06 5:31
pankajgarg1216-Apr-06 5:31 
AnswerRe: deployment Pin
Steve Pullan16-Apr-06 13:50
Steve Pullan16-Apr-06 13:50 
AnswerRe: deployment Pin
Steve Pullan16-Apr-06 13:54
Steve Pullan16-Apr-06 13:54 
QuestionUrgent simple question, sorry for I cannot find the way. Pin
cylix200016-Apr-06 2:52
cylix200016-Apr-06 2:52 
GeneralRe: Urgent simple question, sorry for I cannot find the way. Pin
Guffa16-Apr-06 3:58
Guffa16-Apr-06 3:58 

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.