grierfield
Technical User
Private Sub CommandButton1_Click()
ChDir "H:\PDOXSHAR\Monthly Reports 2009\MDRO rates Calc"
Workbooks.Open Filename:= _
"H:\PDOXSHAR\Monthly Reports 2009\MDRO rates Calc\NOSOCOMIAL RATES KHD & PET 08.xls"
End Sub
The above procedure opens an Excel (.xls) file
How would I open a PowerPoint file in the same directory path – the only difference is the file name has a .ppt extension?
Thanks