Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can't really tell without seeing the workbook
Text evaluation is case sensitive so perhaps :- If UCASE(ws.Cells(1, i).Value) = UCASE(caseNumText) Then .... Regards BrianB ================================================== ========== strataguru wrote in message ... I am trying to loop through all the worksheets from an addin. When I created my addin - I had only one worksheet - Sheet1 - which I didn't care about. Whereas, the workbook I'm running the addin against has 10 worksheets. When I execute the following: For Each ws In Worksheets If ws.Name < "Trans" Then For i = 1 To Columns.Count If (ws.Cells(1, i).Value) = caseNumText Then ws.Cells(Target.Row, i).Value = caseNum ElseIf (ws.Cells(1, i).Value) = debtorIDText Then ws.Cells(Target.Row, i).Value = DebtorID End If Next i End If Next ws *********** The loop looks in Sheet1 - then exits .... it never gets into the worksheets in the workbook. What piece am I missing? Thanks! ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
looping through worksheets from addin | Excel Programming | |||
Looping Through Worksheets In A Workbook | Excel Programming | |||
VBA code for looping through open workbooks and worksheets | Excel Programming | |||
looping through worksheets | Excel Programming | |||
looping through worksheets | Excel Programming |