LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 389
Default Open the OpenFiles window

I would like to automate the file open box/window. My code is:

On the Before Double-Click of the sheet:
------------------------------
Dim vChDir as String
vChDir = ActiveCell.Value
ChDrive Mid(vChDir,1,2)
ChDir vChDir
------------------------------
I tried SendKeys ("%FO") ... but that does not work.

How do you open the File/Open box?

Thank you for your help.

Steven



 
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
hyperlink open new window scoobym13 Excel Discussion (Misc queries) 0 October 10th 07 11:19 PM
How I can I open a small window within window Loz Excel Discussion (Misc queries) 0 May 20th 07 09:04 PM
OPen an DOS WIndow nathandaviesuk Excel Discussion (Misc queries) 1 December 21st 05 12:40 PM
open new window lost in excel Excel Discussion (Misc queries) 2 April 14th 05 11:08 PM
Excel workbook does not open in open window on desktop DeanH Excel Discussion (Misc queries) 2 March 8th 05 09:51 AM


All times are GMT +1. The time now is 09:51 PM.

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

About Us

"It's about Microsoft Excel"