Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
macro hangs if no data is found
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Sheeloo, post: 6351290"] If Task is not found then you check 23,000 cells.. You are welcome to share the file... You can use FIND like in the code segment below; '---------------------- Dim c As Range, rowno As Long, colno as long Set c = Cells.Find("What you want to find") If Not c Is Nothing Then 'Column Number of the cell colno = c.Column 'Row Number of the cell rowno = s.Row Else 'Exit of change this to do what you want Exit Sub End If '---------------------- [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
macro hangs if no data is found
Top