E E-D Registered User. Local time Today, 15:03 Joined Dec 31, 2001 Messages 42 Jan 19, 2002 #1 hi. How do I call a specific excel file using a Command button in Access ? thanks
pcs Registered User. Local time Today, 09:03 Joined May 19, 2001 Messages 398 Jan 19, 2002 #2 it depends...do you want to open it in excel or import it to access, or what? al
E E-D Registered User. Local time Today, 15:03 Joined Dec 31, 2001 Messages 42 Jan 20, 2002 #3 I want to open the file in excel. I used this code but it only opens a blank excel shit: Dim oApp As Object Set oApp = createObject "Excel.Application") oApp.Visible = True oApp.UserControl = True
I want to open the file in excel. I used this code but it only opens a blank excel shit: Dim oApp As Object Set oApp = createObject "Excel.Application") oApp.Visible = True oApp.UserControl = True
pcs Registered User. Local time Today, 09:03 Joined May 19, 2001 Messages 398 Jan 21, 2002 #4 the code you posted will only create a new excel sheet (or shit...Freudian?). you probably can use a hyperlink to open your desired sheet. check Help for hyperlink... hth, al [This message has been edited by pcs (edited 01-20-2002).]
the code you posted will only create a new excel sheet (or shit...Freudian?). you probably can use a hyperlink to open your desired sheet. check Help for hyperlink... hth, al [This message has been edited by pcs (edited 01-20-2002).]