ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Help with code (https://www.excelbanter.com/excel-programming/344625-help-code.html)

Greg B[_6_]

Help with code
 
Hi all,
I would like some help with getting a code to scroll through the sheet in my
workbook and when it comes up to the first one with nothing in cell b1 to
select that page. I know the long way but there has got to be a better way
than having 150 ifs in a code

Thanks

Greg



Bob Phillips[_6_]

Help with code
 

For Each sh In Activeworkbook.Worksheets
If sh.Range("B1").Value = "" Then
sh.Select
Exit For
End If
Next sh

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Greg B" wrote in message
...
Hi all,
I would like some help with getting a code to scroll through the sheet in

my
workbook and when it comes up to the first one with nothing in cell b1 to
select that page. I know the long way but there has got to be a better

way
than having 150 ifs in a code

Thanks

Greg






All times are GMT +1. The time now is 10:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com