J
June
#1 How do I open excel in read only?
#2 If I have another spreadsheet open it brings it to the front of the screen but my requested spreadsheet doesn't open
I was able to find an example on here to get the spreadsheet to work so please give me an example of what I need to do
Thanks a bunch
Jun
Dim MyObject As Objec
Dim strFile As Strin
strFile = "T:\projects\configurations.xls
Set MyObject = GetObject(strFile
MyObject.Application.Visible = Tru
MyObject.Parent.Windows(1).Visible = Tru
#2 If I have another spreadsheet open it brings it to the front of the screen but my requested spreadsheet doesn't open
I was able to find an example on here to get the spreadsheet to work so please give me an example of what I need to do
Thanks a bunch
Jun
Dim MyObject As Objec
Dim strFile As Strin
strFile = "T:\projects\configurations.xls
Set MyObject = GetObject(strFile
MyObject.Application.Visible = Tru
MyObject.Parent.Windows(1).Visible = Tru