View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default Open DialogBox in VBA

Application.Dialogs(xlDialogOpen).Show "C:\Windows"
--
HTH...

Jim Thomlinson


"schoujar" wrote:


Hi,

I know how to create an open dialog box in VB, but my work people only
have VBA (the 'lite' code editor in comparision to VS) installed. How
do I make an open dialog box in VBA considring it is so much more
restricted in its abilities compared to VB.

Any help would be great.

Cheers

Sahil


--
schoujar
------------------------------------------------------------------------
schoujar's Profile: http://www.excelforum.com/member.php...o&userid=26574
View this thread: http://www.excelforum.com/showthread...hreadid=482070