View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DoctorG DoctorG is offline
external usenet poster
 
Posts: 106
Default Start Windows Explorer from Excel

I need to create a spreadsheet with a list of folders (in A2 and below plus
other information) and start Windows Explorer to a specific folder (relevant
to the current cursor row) from within the sheet, at the click of a button.

My main problem is how to "call" the Windows Explorer with an initial folder
parameter (ok, that's easy I think) from the button code.

Thanks