Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionplz help with datetime stored procedure in vb.net Pin
saša198318-Mar-08 4:45
saša198318-Mar-08 4:45 
GeneralRe: plz help with datetime stored procedure in vb.net Pin
Guffa18-Mar-08 6:51
Guffa18-Mar-08 6:51 
Questionreceive data from microcontroller(CPLD coolrunner II) Pin
Beginner KS18-Mar-08 4:41
Beginner KS18-Mar-08 4:41 
GeneralRe: receive data from microcontroller(CPLD coolrunner II) Pin
Dave Kreskowiak18-Mar-08 8:57
mveDave Kreskowiak18-Mar-08 8:57 
QuestionRe: receive data from microcontroller(CPLD coolrunner II) Pin
khaiseng18-Mar-08 12:38
khaiseng18-Mar-08 12:38 
GeneralRe: receive data from microcontroller(CPLD coolrunner II) Pin
Luc Pattyn18-Mar-08 12:44
sitebuilderLuc Pattyn18-Mar-08 12:44 
GeneralRe: receive data from microcontroller(CPLD coolrunner II) Pin
khaiseng18-Mar-08 22:03
khaiseng18-Mar-08 22:03 
GeneralVBA Help Needed Pin
Brendan Vogt18-Mar-08 0:13
Brendan Vogt18-Mar-08 0:13 
Hi,

I have an Excel spreadsheet with auto filters. This is how I loop through the filtered rows (just to display the rows and columns that are visible after the filter:

Dim rngFilter As Range, rngC As Range, rngJbn As Range
Set rngJbn = Range("A2:R" & Range("R" & Rows.Count).End(xlUp).Row).SpecialCells(xlCellTypeVisible)
For Each rngC In rngJbn
MsgBox rngC.Value
Next

I started displaying data from row 2. Reason is because in the first row there is the dropdowns. As I loop through the columns, I want to be able to check the index of the current cell. I want to do a check on the corresponding cells drop down value. Something like:

If current cell column index = 2 Then
total = ...
End If

Please can someone help me?

Thanks
Brendan
QuestionRe: VBA Help Needed Pin
Brendan Vogt18-Mar-08 2:11
Brendan Vogt18-Mar-08 2:11 
GeneralVB.NET MySQL Pin
Socheat.Net17-Mar-08 22:44
Socheat.Net17-Mar-08 22:44 
GeneralRe: VB.NET MySQL Pin
Christian Graus17-Mar-08 22:50
protectorChristian Graus17-Mar-08 22:50 
GeneralRe: VB.NET MySQL Pin
Rajesh Anuhya17-Mar-08 23:04
professionalRajesh Anuhya17-Mar-08 23:04 
GeneralRe: VB.NET MySQL Pin
Socheat.Net18-Mar-08 0:09
Socheat.Net18-Mar-08 0:09 
GeneralRe: VB.NET MySQL Pin
Christian Graus18-Mar-08 0:16
protectorChristian Graus18-Mar-08 0:16 
GeneralRe: VB.NET MySQL Pin
Guffa18-Mar-08 7:00
Guffa18-Mar-08 7:00 
GeneralRe: VB.NET MySQL Pin
N a v a n e e t h18-Mar-08 22:27
N a v a n e e t h18-Mar-08 22:27 
GeneralChange form color when Theme color change Pin
Rupesh Kumar Swami17-Mar-08 22:21
Rupesh Kumar Swami17-Mar-08 22:21 
QuestionHow to collect the same data? Pin
phowarso17-Mar-08 21:59
phowarso17-Mar-08 21:59 
AnswerRe: How to collect the same data? Pin
Christian Graus17-Mar-08 22:15
protectorChristian Graus17-Mar-08 22:15 
AnswerRe: How to collect the same data? Pin
Rajesh Anuhya17-Mar-08 22:56
professionalRajesh Anuhya17-Mar-08 22:56 
GeneralRe: How to collect the same data? Pin
Christian Graus17-Mar-08 23:30
protectorChristian Graus17-Mar-08 23:30 
GeneralRe: How to collect the same data? Pin
Rajesh Anuhya18-Mar-08 20:15
professionalRajesh Anuhya18-Mar-08 20:15 
GeneralProblem in Crescent Combo box ( vb.net code migrated from vb6) [modified] Pin
Nitin198117-Mar-08 20:36
Nitin198117-Mar-08 20:36 
GeneralRe: Problem in Crescent Combo box ( vb.net code migrated from vb6) Pin
Vimalsoft(Pty) Ltd18-Mar-08 2:30
professionalVimalsoft(Pty) Ltd18-Mar-08 2:30 
GeneralRe: Problem in Crescent Combo box ( vb.net code migrated from vb6) Pin
Dave Kreskowiak18-Mar-08 3:55
mveDave Kreskowiak18-Mar-08 3: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.