Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Is there a macro command that will
close a "find" window? The macro recorder does not seem to record clicking on cancel. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I have created a temporary workbook for this macro. Have 2 cols, Col
A having numbers from 1 to 10 and col B having alphabets A to J. I have done a simple find for the alphabet "b". Its working for me properly. Sub test() Range("B3").Select Cells.Find(What:="b", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _ xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _ , SearchFormat:=False).Activate End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Close Excel mac help window | Excel Discussion (Misc queries) | |||
keystroke to close active workbook window | Excel Worksheet Functions | |||
How can you close a window with the back button in excel | Excel Discussion (Misc queries) | |||
Min/Max/Close buttons have disappeared from worksheet window | Excel Discussion (Misc queries) | |||
How do I close the page break window? | New Users to Excel |