Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 10-16-2014, 02:09 AM
mike12 mike12 is offline Search on mouse click ( Excel ) Windows 7 64bit Search on mouse click ( Excel ) Office 2013
Novice
Search on mouse click ( Excel )
 
Join Date: Oct 2014
Location: Brisbane , Australia
Posts: 10
mike12 is on a distinguished road
Default

ok so i searched other forum and came up with answer.
Below is the code attached to a command button,

Sub FindCellContent()
Dim Sh As Worksheet, foundCell As Range

'Search for CellContent in all Visible Worksheets
For Each Sh In ActiveWorkbook.Worksheets

If Sh.Visible = xlSheetVisible Then
'If you want to ignore the active sheet unmark the below line
'If ActiveSheet.Name <> Sh.Name Then
Set foundCell = Sh.Cells.Find(What:=ActiveCell, _
After:=ActiveCell, LookIn:=xlFormulas, LookAt:=xlPart, _
SearchOrder:=xlByRows, SearchDirection:=xlNext)

If Not foundCell Is Nothing Then
If foundCell.Address(External:=True) <> _
ActiveCell.Address(External:=True) Then _
Application.Goto foundCell: Exit For
End If

'/If you want to ignore the active sheet
'End If
End If
Next
If foundCell Is Nothing Then _
MsgBox ActiveCell & " not found in this workbook"

End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Search on mouse click ( Excel ) Stopping sound on mouse click kenelder PowerPoint 2 04-16-2014 06:52 AM
Search on mouse click ( Excel ) Transition : timings AND mouse click Iluvsodah PowerPoint 1 02-21-2013 05:14 PM
Search on mouse click ( Excel ) Word: have to click mouse before typing -- why? Jen L Word 3 03-29-2012 11:32 AM
Mouse over or click highlighting SavageMind PowerPoint 1 03-19-2012 01:58 PM
Mouse double click problem in part protected sheets rene01 Excel 0 08-25-2010 07:33 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 06:36 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft