View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
June Macleod June Macleod is offline
external usenet poster
 
Posts: 11
Default how can I open a password protected document through vb?

I am using the GetObject(filename) command to open up an excel spreadsheet
from a VB program. The excel spreadsheet opens up but it is requesting the
password and the writerespassword. How can I supply them through code so
that the user never sees this?

Many Thanks


June