Click here to Skip to main content
15,889,931 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey31-Mar-08 7:39
professionalMidwestLimey31-Mar-08 7:39 
AnswerRe: get handlers from existing events in vb in an easy way Pin
christoph3331-Mar-08 20:34
christoph3331-Mar-08 20:34 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph3331-Mar-08 23:29
christoph3331-Mar-08 23:29 
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey1-Apr-08 5:32
professionalMidwestLimey1-Apr-08 5:32 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph331-Apr-08 5:52
christoph331-Apr-08 5:52 
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey1-Apr-08 12:00
professionalMidwestLimey1-Apr-08 12:00 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph331-Apr-08 20:54
christoph331-Apr-08 20:54 
QuestionExcel VBA for each non-empty row? Pin
devvvy31-Mar-08 3:30
devvvy31-Mar-08 3:30 
Hi
Don't think this is VB.NET but... How do I loop thru each non-empty row in Excel VBA?

<br />
For Each oSheet In Worksheets<br />
        For Each oRw In oSheet.Rows<br />
           IsRowEmpty(oRw) ' Do I need to code IsRowEmpty?<br />
        Next oRw<br />
    Next oSheet


Thanks

devy

AnswerRe: Excel VBA for each non-empty row? Pin
Dave Kreskowiak1-Apr-08 2:59
mveDave Kreskowiak1-Apr-08 2:59 
GeneralActiveCell.Row --- Re: Excel VBA for each non-empty row? Pin
devvvy1-Apr-08 5:28
devvvy1-Apr-08 5:28 
GeneralFound it! =) Re: Excel VBA for each non-empty row? Pin
devvvy1-Apr-08 5:56
devvvy1-Apr-08 5:56 
Questionhow to store time and date into database... [modified] Pin
Member 444291631-Mar-08 2:47
Member 444291631-Mar-08 2:47 
GeneralRe: how to store time and date into database... Pin
Mitch F.31-Mar-08 9:46
Mitch F.31-Mar-08 9:46 
GeneralProblem reading from excel Pin
AHeavey31-Mar-08 2:33
AHeavey31-Mar-08 2:33 
GeneralRe: Problem reading from excel Pin
Dave Kreskowiak2-Apr-08 3:10
mveDave Kreskowiak2-Apr-08 3:10 
GeneralInline images for emails Pin
yaronbo31-Mar-08 1:45
yaronbo31-Mar-08 1:45 
GeneralRe: Inline images for emails Pin
Dave Kreskowiak2-Apr-08 2:53
mveDave Kreskowiak2-Apr-08 2:53 
GeneralDatagridview Column header allignment Pin
Guru_yogi31-Mar-08 1:08
Guru_yogi31-Mar-08 1:08 
GeneralRe: Datagridview Column header allignment Pin
Rupesh Kumar Swami31-Mar-08 1:14
Rupesh Kumar Swami31-Mar-08 1:14 
GeneralRe: Datagridview Column header allignment Pin
Guru_yogi31-Mar-08 1:27
Guru_yogi31-Mar-08 1:27 
GeneralRe: Datagridview Column header allignment Pin
Xmen Real 31-Mar-08 1:38
professional Xmen Real 31-Mar-08 1:38 
GeneralRe: Datagridview Column header allignment Pin
Guru_yogi31-Mar-08 2:13
Guru_yogi31-Mar-08 2:13 
GeneralRe: Datagridview Column header allignment Pin
Rupesh Kumar Swami31-Mar-08 3:48
Rupesh Kumar Swami31-Mar-08 3:48 
Generalword macro Pin
ritu432130-Mar-08 23:03
ritu432130-Mar-08 23:03 
GeneralImporting Data From MS Access Table to SQL Server Table Pin
salman_syed_0130-Mar-08 21:55
salman_syed_0130-Mar-08 21:55 

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.