Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedding Excel into an Access form

Status
Not open for further replies.

3576

Programmer
Jan 28, 2005
32
US
I need to embed an Excel into an MS Access form and link the excel form to a query or a table. Any suggestions are appreciated.

Thanks,

TW
 
You might try inserting the ActiveX control "Microsoft Web Browser" on your form. In the OnOpen event of your form navigate to the excel form. For example, assume that the web browser control is named oWeb, then the OnOpen event would look something like this:

oWeb.Navigate "\\path\YourExcelFile"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top