View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zoe Zoe is offline
external usenet poster
 
Posts: 12
Default DsoFramer and Excel

hello everyone,
i am actually using DsoFramer to program with Excel, i have a problem in
configuring the attributes, something like hiding the toolbar or desactive
the alert and so on.
i can open the excel file correctly, but it seems that i can only read but
not modify. i really get confused. well, my program as follow :
axFramer.open("file.xls",false,"excel.sheet",nothi ng,nothing)
axFramer.Titlebar = false // can't work
dim wb as Excel.workbook
wb=CType(axFramer.activedocument, Excel.workbook)
wb.Application.DisplayAlert = false // can't work, and said that access refuse
hoping some one can help me, greatest thanks from my part.