G
Guest
I have a macro that opens the Edit Find.
Sub MacroFind()
Application.SendKeys Keys:="%ef", Wait:=False
Application.SendKeys Keys:="%t", Wait:=True
End Sub
The key is that I always want it to open with the full box open where you
can select Within: Sheet or Worksheet etc..... but ... the second line of
my code does not determine if the find box already has the Options visible
and therefore if it already has the Options visibile then the second line
would shrink the box to where they are not visible. Is there code to open
the Edit Find so that the options Within: ...... Search: ...... etc will
always be visible.
Thank you,
Steven
Sub MacroFind()
Application.SendKeys Keys:="%ef", Wait:=False
Application.SendKeys Keys:="%t", Wait:=True
End Sub
The key is that I always want it to open with the full box open where you
can select Within: Sheet or Worksheet etc..... but ... the second line of
my code does not determine if the find box already has the Options visible
and therefore if it already has the Options visibile then the second line
would shrink the box to where they are not visible. Is there code to open
the Edit Find so that the options Within: ...... Search: ...... etc will
always be visible.
Thank you,
Steven