Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Open Find Dialog at WorkbookOpen

I was wondering how I would make it to where everytime I open a specific
workbook the Find box automatically starts with the parameter to search the
entire workbook?

I tried to use the SendKeys function but man that was messed up. I tried to
record a macro and tweak it but that never worked.

Thanks In Advance,
R
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 301
Default Open Find Dialog at WorkbookOpen

How about:
Sub Answer()
SendKeys "^f%h{down}~"
End Sub

"Rob" wrote in message
...
I was wondering how I would make it to where everytime I open a specific
workbook the Find box automatically starts with the parameter to search
the
entire workbook?

I tried to use the SendKeys function but man that was messed up. I tried
to
record a macro and tweak it but that never worked.

Thanks In Advance,
R



  #3   Report Post  
Posted to microsoft.public.excel.misc
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Open Find Dialog at WorkbookOpen

It Works!

Thanks Much!
R

"Bob Umlas" wrote:

How about:
Sub Answer()
SendKeys "^f%h{down}~"
End Sub

"Rob" wrote in message
...
I was wondering how I would make it to where everytime I open a specific
workbook the Find box automatically starts with the parameter to search
the
entire workbook?

I tried to use the SendKeys function but man that was messed up. I tried
to
record a macro and tweak it but that never worked.

Thanks In Advance,
R




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default Open Find Dialog at WorkbookOpen


--
Steve


"Bob Umlas" wrote:

How about:
Sub Answer()
SendKeys "^f%h{down}~"
End Sub

"Rob" wrote in message
...
I was wondering how I would make it to where everytime I open a specific
workbook the Find box automatically starts with the parameter to search
the
entire workbook?

I tried to use the SendKeys function but man that was messed up. I tried
to
record a macro and tweak it but that never worked.

Thanks In Advance,
R


To Bob Ulmus


What can I add to your following code to have it search only on Column A and make it read only ?

Sub Answer()
SendKeys "^f%h{down}~"
End Sub


Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
open dialog box Carrie Excel Discussion (Misc queries) 1 January 19th 07 10:43 PM
excel and VB Open Dialog box Anakin Moonwalker Excel Discussion (Misc queries) 2 September 13th 05 08:38 AM
Open dialog box size Buddy_in_San_Diego Excel Worksheet Functions 5 April 23rd 05 12:21 AM
workbookopen doesn't function P Westerman via OfficeKB.com Excel Discussion (Misc queries) 0 February 6th 05 05:13 PM
How can I make the find dialog box appear as soon as I open a spr. christieb1975 Excel Discussion (Misc queries) 2 January 28th 05 06:47 PM


All times are GMT +1. The time now is 03:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"